How to switch between speakers in the Android client (Voximplant)

56 Views Asked by At

I am developing a Voximplant application for Android and I can't find how to switch between speakers in the Android client, how do I switch?

1

There are 1 best solutions below

0
On BEST ANSWER

You can do it via the IAudioDeviceManager method. Call the IAudioDeviceManager.selectAudioDevice() method with the following parameter: AudioDevice.SPEAKER.

https://voximplant.com/docs/references/androidsdk/hardware/iaudiodevicemanager#selectaudiodevice