skrafft / react-native-jitsi-meet

React native wrapper for Jitsi Meet SDK
Apache License 2.0
285 stars 349 forks source link

Calling JS function after bridge has been destroyed: RCTEventEmitter.receiveEvent #225

Open nickplucker opened 3 years ago

nickplucker commented 3 years ago

Hi all!

I'm seeing this error Calling JS function after bridge has been destroyed: RCTEventEmitter.receiveEvent... on Android when it tries to fire the Jitsi events onConferenceJoined, onConferenceWillJoin and onConferenceTerminated.

This issue only occurs on Android and I'm experiencing it with both debug and release builds on both the emulator and actual device. I've searched around and come up short on a fix. I know this issue will occur on debug builds because of reloading the bundle, but why is it occurring on release builds too?

FWIW, I'm using React Native 0.63.3 (I also experienced this issue with RN 0.61.5) and React Navigation 3.11.0.

Has anyone else had this issue or found a workaround?

tinycoding5 commented 3 years ago

I am also getting this issue. When finish the call, onConferenceTerminated() is not called! Any news?