selectVideoInputDevice

View as MarkdownOpen in Claude
1selectVideoInputDevice(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

1client.selectVideoInputDevice(device);

See