chooseAudioOutputDevice(deviceId)
Select/Change the user's speaker for audio output
caution
This method is not supported in Firefox
To select or change the speaker where meeting audio will be output call this method.
This method can be called anytime.
This method accepts deviceId
as a parameter. The deviceId
can be obtained from the listAudioOutputDevices()
method.
JavaScript
await meeting.chooseAudioOutputDevice(deviceId);