Bluetooth headset issue if connected in meeting

Hi, I am having an issue in which on android device If I have a meeting going on and I connect a bluetooth device then the voice is not coming through bluetooth headset instead it comes from speaker.

Version:- Zoom react native SDK 1.12.10

Have you tried calling the setSpeaker method to change the speaker device?

Yes Ekaansh, I tried to toggle the setSpeaker, but it didn’t help to get the audio from bluetooth. Voice always comes from either speaker or earpiece of mobile.

If I connect the bluetooth before meeting then it was working fine.

and thanks for replying.

What’s your Android version? What’s the device you’re testing on?
On iOS the audio routing is set on a system-level. In your version of Android is that the case as well? Have you tried switching the audio device on an OS level (like using quick settings)?

Android version is 14. Samsung M14.

I tried on simple phone call in that case I have to select bluetooth for voice through bluetooth. I think we should have an option to set audio source through the SDK.

But I only see option to turn on/off speaker.

I’ll try this out on an Android device and report back.

1 Like

Hey Rajan, currently you can try to use the system Audio Manager to route the audio to the correct device. We’ll add the ability to switch audio devices form the SDK in a future release.

Hi Ekaansh, Thanks I’ll check.