set Audio Device
Updates the mobile audio route with the audio device identified by the deviceId argument. The deviceId argument should match the deviceId value returned by availableDevices().
This is a convenience method, another option would be to use directly updateInput changing the deviceId from the microphone.
The optional callback (listener
) will be invoked either when the operation has completed, or if it encounters an error.
Errors will also be provided to the CallClientListener.onError callback.
This is supported on Android API 23 and above.