Member Junction
    Preparing search index...

    The set of devices the device menu renders.

    interface LiveKitDeviceLists {
        Cameras: LiveKitDevice[];
        Microphones: LiveKitDevice[];
        Speakers: LiveKitDevice[];
    }
    Index

    Properties

    Cameras: LiveKitDevice[]

    Available cameras.

    Microphones: LiveKitDevice[]

    Available microphones.

    Speakers: LiveKitDevice[]

    Available speakers (audio outputs).