selectVideoInputDevice

View as MarkdownOpen in Claude
selectVideoInputDevice(device): void

Sets the preferred video input device.

Parameters

device
MediaDeviceInfo | nullRequired

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

Returns

void

Examples

client.selectVideoInputDevice(device);

See