react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Call i progress widgets stuck at status bar after call in done.
Steps to reproduce
- Join a call
- Finish it
Expected behaviour
widget should disappear automatically after i am done.
Actual behaviour
It is stuck at status bar!
Environment
- Node.js version: v15.2.0
- React Native version: 0.63.3
Seems like it might be a dupe of https://github.com/twilio/video-quickstart-android/issues/519. Did you make sure to call disconnect and then unmount all of the components?