OpenVidu Browser - v2.32.2
    Preparing search index...

    Interface Device

    interface Device {
        deviceId: string;
        kind: "audioinput" | "videoinput";
        label: string;
    }
    Index

    Properties

    Properties

    deviceId: string

    Unique ID for the device. Use it on audioSource or videoSource properties of PublisherProperties

    kind: "audioinput" | "videoinput"

    The kind of device

    label: string

    Description of the device. An empty string if the user hasn't granted permissions to the site to access the device