MediaSFU Shared
    Preparing search index...

    Interface FocusModeState

    interface FocusModeState {
        active: boolean;
        panelists: { name: string; [key: string]: any }[];
        selfIsPanelist: boolean;
        mutesMicrophones: boolean;
        mutesCameras: boolean;
    }
    Index

    Properties

    active: boolean

    True while focus mode is active.

    panelists: { name: string; [key: string]: any }[]

    Participants permitted to speak/appear while focus mode is on.

    selfIsPanelist: boolean

    True when the local user is one of them.

    mutesMicrophones: boolean

    True when focus mode silences non-panelist microphones.

    mutesCameras: boolean

    True when focus mode blocks non-panelist cameras.