Interface MediaDeviceInfo

    The MediaDevicesInfo interface contains information that describes a single media input or output device. Available only in secure contexts.

    MDN Reference

    interface MediaDeviceInfo {
        deviceId: string;
        groupId: string;
        kind: MediaDeviceKind;
        label: string;
        toJSON(): any;
    }
    Hierarchy

    Properties

    Methods

    Properties

    deviceId: string
    groupId: string
    label: string

    Methods