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

onParticipantVideo Enable/disable not not being consistent

Open shipramallick opened this issue 2 years ago • 0 comments

Steps to reproduce

1._onParticipantEnabledVideoTrack function does not trigger after the first time. 2. When I disable the camera, it disables the remote stream with the existing participantSid but when is enabled the camera its creates a new participantSid. 3. If I keep the camera off in the remote stream and try to the camera toggle in locally, the automatic remote stream disappears. 4. When I disable the camera, sometimes the remote stream freezes instead of disabling the stream.

Expected behaviour Video Enable/disable should work consistent

Actual behaviour

Their behaviour is inconsitent, when is try to camera on/off.

Environment

  • Node.js version: v16.13.1
  • React Native version:"^0.69.8"
  • React Native platform + platform version: iOS 9.0

react-native-twilio-video-webrtc

Version:"react-native-twilio-video-webrtc": "^3.2.0",

shipramallick avatar Sep 11 '23 14:09 shipramallick