MediaSFU Shared
    Preparing search index...

    Interface LeaveRoomOptions

    interface LeaveRoomOptions {
        parameters: HeadlessParameters;
        ban?: boolean;
        endRoomOnHostExit?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    parameters: HeadlessParameters

    The most recent parameter bag from updateSourceParameters.

    ban?: boolean

    Ban the member on the way out. Requires host privileges.

    endRoomOnHostExit?: boolean

    Whether a host exit should end the room for everyone. Defaults to true.