Member Junction
    Preparing search index...

    The current local-media toggle state (what the human is publishing).

    interface LiveKitLocalMediaState {
        CameraEnabled: boolean;
        MicrophoneEnabled: boolean;
        ScreenShareEnabled: boolean;
    }
    Index

    Properties

    CameraEnabled: boolean

    Whether the local camera is enabled (publishing video).

    MicrophoneEnabled: boolean

    Whether the local microphone is enabled (publishing audio).

    ScreenShareEnabled: boolean

    Whether the local participant is sharing their screen.