selectAudioOutputDevice

View as MarkdownOpen in Claude
1selectAudioOutputDevice(device): void

Sets the preferred audio output device.

Parameters

device
MediaDeviceInfo | nullRequired

Device to select. Pass null to clear the current selection. See MediaDeviceInfo.

Returns

void

Examples

1client.selectAudioOutputDevice(device);

See