MediaDevice
A media input device offered to the selectMediaDevice handler.
Properties
id
readonly id: string;
Opaque device identifier (matches the value used by the web platform).
label
readonly label: string;
Human-readable label, if available.
type
readonly type: MediaDeviceType;
Whether this entry is an audio or video input device.