I followed the exact implementation as stated in: React Agora Example
But when Strict Mode is on "user-unpublished" event for meeting participants doesn't get executed. Can't determine whether event is not being sent at all or simply other participants sides don't get according events but when strict mode is on it doesn't work ( All other events work fine ).
When turning Strict mode off everything works fine.
I'm interested whether or not it is a common behaviour? And if turning off Strict Mode for these kinds of purposes is ok.
Thanks in advance
Can you share your code? I want to take a look at how you're attaching the event listener?
If it's easy please share a reproduction and I can take a look. Thanks.
The problem i encountered is next:
I followed the exact implementation as stated in: React Agora Example But when Strict Mode is on "user-unpublished" event for meeting participants doesn't get executed. Can't determine whether event is not being sent at all or simply other participants sides don't get according events but when strict mode is on it doesn't work ( All other events work fine ).
When turning Strict mode off everything works fine.
I'm interested whether or not it is a common behaviour? And if turning off Strict Mode for these kinds of purposes is ok. Thanks in advance