@serenada/core
    Preparing search index...

    Interface LocalParticipant

    Local participant info including camera mode and host status.

    interface LocalParticipant {
        audioEnabled: boolean;
        cameraMode: CameraMode;
        cid: string;
        isHost: boolean;
        videoEnabled: boolean;
    }
    Index

    Properties

    audioEnabled: boolean
    cameraMode: CameraMode
    cid: string
    isHost: boolean
    videoEnabled: boolean