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

Toggling setLocalVideoEnabled disables audio on ios

Open Andriiklymiuk opened this issue 4 years ago • 2 comments

Steps to reproduce

  1. Start video stream with .connect({roomName, accessToken}) successfully
  2. setLocalVideoEnabled(false) to disable video stream
  3. setLocalVideoEnabled(true) to enable video stream

Expected behaviour

Video should resume and audio should also work

Actual behaviour

Video resumes, but audio stops working. Only reproduced on ios

Environment

  • React Native version: 0.63.3
  • React Native platform + platform version: iOS 14.0

react-native-twilio-video-webrtc

Version: master

Andriiklymiuk avatar Aug 16 '21 06:08 Andriiklymiuk

Does the audio get disabled at step 2 or step 3?

slycoder avatar Aug 19 '21 07:08 slycoder

Audio disabled on step 3

Andriiklymiuk avatar Aug 19 '21 08:08 Andriiklymiuk