You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: