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

Can't join a call muted

Open reinhardholl opened this issue 4 years ago • 2 comments

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?

reinhardholl avatar Nov 24 '20 18:11 reinhardholl

Hi, this isn't currently supported unfortunately. If you'd like to add this feature, we would welcome a PR!

slycoder avatar Dec 13 '20 20:12 slycoder

Hey @slycoder , the following PR should solve this issue: https://github.com/blackuy/react-native-twilio-video-webrtc/pull/479

andybar2 avatar Apr 21 '21 20:04 andybar2