react-native-webrtc / react-native-incall-manager

Handling media-routes/sensors/events during a audio/video chat on React Native
ISC License
547 stars 191 forks source link

neckband microphone is not working #217

Closed shivo-ham closed 1 year ago

shivo-ham commented 1 year ago

How do I use the microphone while my Bluetooth headphones are connected? It always uses my Android phone microphone

zxcpoiu commented 1 year ago

subscribe "onAudioDeviceChanged" event and use InCallManager.chooseAudioRoute(nextAudioDevice) to choose the audio route

please use issue next time