react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Video Freezes on Call
Steps to reproduce
- Initiate call
- end the first call.
- Initiate call for the second time. it is identified, that the video freezes in the second call, while the audio works fine.
Expected behavior
The video should not freeze after the second call.
Actual behaviour
When I try to call the second time, I see the frozen last frame of the first call in the second call while the audio works fine.
Environment
- Node version: v14.16.0
- react-native: "0.63.2"
react-native-twilio-video-webrtc
npm version: 6.14.11
If I'm understanding the description correctly, a second call to the same participant after restarting the app works, but within the same execution of the app it's hanging? How is the first call being ended (is disconnect being called on the local side?) Are all of the components unmounted before re-attempting? Is the call being made to the same room? Is this happening on iOS or Android?
If I had to guess it sounds like the call information associated with the remote view component is not being updated with the correct call sid.