twilio / video-quickstart-ios

Twilio Video Quickstart for iOS
https://www.twilio.com/docs/api/video
MIT License
460 stars 178 forks source link

JavaScript SDK: Switch default audio out to iPhone speaker instead of earpiece #639

Closed tavoohoh closed 2 years ago

tavoohoh commented 2 years ago

By default when joining a video room from an iOS device the audio output defaults to the earpiece. Already tried navigator.mediaDevices.enumerateDevices() to find the audiooutput devices but iOS does not return any. Is there another way to change the output device or make it default to the speaker or headphones?

tavoohoh commented 2 years ago

Sorry closing this because is related to the javascript sdk