react-native-twilio-video-webrtc icon indicating copy to clipboard operation
react-native-twilio-video-webrtc copied to clipboard

Video Freezes on Call

Open RapidoBots opened this issue 4 years ago • 1 comments

Steps to reproduce

  1. Initiate call
  2. end the first call.
  3. 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

RapidoBots avatar Apr 21 '21 15:04 RapidoBots

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.

slycoder avatar Apr 26 '21 02:04 slycoder