react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Can't join a call muted
I am trying to join a call in a muted state, but I always seem to have audio. I have tried:
this.twilioVideo.connect({
accessToken: ..,
audioEnabled: false,
remoteAudioEnabled: false,
});
Is there anything I am missing?
Hi, this isn't currently supported unfortunately. If you'd like to add this feature, we would welcome a PR!
Hey @slycoder , the following PR should solve this issue: https://github.com/blackuy/react-native-twilio-video-webrtc/pull/479