Closed nitingraphy closed 2 years ago
I guess that's related to the discussion in https://github.com/mieszko4/react-native-zoom-us/issues/162
Im my case this is mostly happening when for some reason the meeting is closed with out using leave function. When using leave next meeting gets events normally.
I use the leave method in the "onUnMount" but thats not enough in some cases as discussed in the mentioned issue.
I think I had similar issue. When I work with android in dev, sometimes I don't receive events at all. Even after app close and relaunch. Not sure what reason for it.
I had scenario that events were working after run-android
, but stopped working after reload and all subsequent reloads/app relaunches.
When I join any meeting for the first time, The SDK gets initialized, the user joins a meeting, and ZoomEmitter gets all the related events perfectly. But when I leave that meeting and join it again, It's not receiving any event.
For the second time when I join the meeting, ZoomEmitter gets detached and unable to get any event. I guess there is some error in this SDK.