VideoDeviceInfo

The VideoDeviceInfo class that contains the ID and device name of the video devices.

export class VideoDeviceInfo {
  deviceId?: string;
  deviceName?: string;
}

Attributes

deviceId
The device ID.
deviceName
The device name.