blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
MIT License
604 stars 402 forks source link

Toggling of audio settings not working in IOS #208

Open LucasBruzzone opened 5 years ago

LucasBruzzone commented 5 years ago

Steps to reproduce

1.Update to latest version 2.Start Video chat on ios 3.Connect headphones 4.Click on button to toggle audio to speaker

I'm using the code as Praxey explained here https://github.com/blackuy/react-native-twilio-video-webrtc/pull/192, and is working fine in Android, but nothing is happening in IOS.

Expected behaviour

Audio should output from the speaker.

Actual behaviour

Audio outputs from the headphones.

Environment

react-native-twilio-video-webrtc

Version: master

slycoder commented 3 years ago

Can you try #539 and see if that solves the problem?