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. Related getAllCameras() getCurrentCameras() selectCamera()