MediaSFU Shared
    Preparing search index...

    Interface ModerationPermissions

    interface ModerationPermissions {
        isHost: boolean;
        isCoHost: boolean;
        canControlMedia: boolean;
        canManageParticipants: boolean;
        canManageChat: boolean;
        canManageWaitingRoom: boolean;
    }
    Index

    Properties

    isHost: boolean

    True when the local user is the host (islevel '2').

    isCoHost: boolean

    True when the local user is the room's co-host.

    canControlMedia: boolean

    Turn other participants' camera/mic/screen off.

    canManageParticipants: boolean

    Remove or ban participants.

    canManageChat: boolean

    Moderate chat.

    canManageWaitingRoom: boolean

    Admit or deny people in the waiting room.