MediaSFU Shared
    Preparing search index...

    Interface BreakoutState

    interface BreakoutState {
        active: boolean;
        canStart: boolean;
        rooms: any[];
        currentRoom: number;
    }
    Index

    Properties

    active: boolean

    True while breakout rooms are running.

    canStart: boolean

    The local user may start them.

    rooms: any[]

    Room composition as the SDK holds it.

    currentRoom: number

    The breakout room the local user is in, or -1.