selectAudioInputDevice

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

Sets the preferred audio input device.

Parameters

device
MediaDeviceInfo | nullRequired

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

Returns

void

Examples

1client.selectAudioInputDevice(device);

See