Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1selectAudioOutputDevice(device, options?): void
Selects the audio output device. Optionally saves as a preference.
Device to select. Pass null to clear the current selection. See MediaDeviceInfo.
null
MediaDeviceInfo
Selection options, including whether to persist the choice. See SelectDeviceOptions.
SelectDeviceOptions
void
1selfParticipant.selectAudioOutputDevice(device, options);