fishjam-dev / react-native-membrane-webrtc

Apache License 2.0
78 stars 8 forks source link

switching output audio source #144

Closed chanphiromsok closed 1 year ago

chanphiromsok commented 1 year ago

I used to work with livekit it has output audio like earpiece or speaker or connect with bluetooth device does this option available in react-native-memebrane-werbrtc ?

incubo4u commented 1 year ago

Hi @chanphiromsok 👋 switching between audio devices is possible using selectOutputAudioDevice on Android and showAudioRoutePicker on iOS

chanphiromsok commented 1 year ago

Hi @chanphiromsok 👋

switching between audio devices is possible using selectOutputAudioDevice on Android and showAudioRoutePicker on iOS thanks you