blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
https://www.twilio.com/docs/video
MIT License
609 stars 403 forks source link

Remote audio not working if disable local audio while connecting twilio at first time #367

Open Balasnest opened 4 years ago

Balasnest commented 4 years ago

Steps to reproduce

There is a problem with disabling audio on creation. Local audio is disabled but remote audio voice is not audible. It's very low.

Expected behaviour

Remote audio should be audible.

Actual behaviour

Remote audio is very low.

Environment

react-native-twilio-video-webrtc

Version: npm version or "master"

Balasnest commented 4 years ago

@luukschipperheyn @slycoder Can you please help here.

https://github.com/blackuy/react-native-twilio-video-webrtc/pull/156

slycoder commented 4 years ago

Does reverting that PR work for you @Balasnest ? As far as I can tell, there are no iOS changes there so I'm not sure how that PR would affect things.