react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Toggling setLocalVideoEnabled disables audio on ios
Steps to reproduce
- Start video stream with .connect({roomName, accessToken}) successfully
- setLocalVideoEnabled(false) to disable video stream
- 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
Does the audio get disabled at step 2 or step 3?
Audio disabled on step 3