React Api Reference
    Preparing search index...

    Class DeviceInfo

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • deviceId: any
      • groupId: any
      • kind: any
      • label: any

      Returns DeviceInfo

    Properties

    deviceId: string

    A unique identifier for the device. This value remains consistent across sessions.

    groupId: string

    A group identifier shared by devices that belong to the same physical hardware. For example, a monitor that includes both a camera and a microphone.

    kind: string

    The type of media device.

    Possible values:

    • videoinput
    • audioinput
    • audiooutput
    label: string

    A human-readable label describing the device (for example, "External USB Webcam").