VideoDeviceInfo
Syntax
interface VideoDeviceInfo {
deviceId: string;
label: string;
}
Attributes
deviceId
An alphanumeric string that uniquely identifies a camera.
label
A human-readable string describing the camera.
interface VideoDeviceInfo {
deviceId: string;
label: string;
}
An alphanumeric string that uniquely identifies a camera.
A human-readable string describing the camera.