MediaSFU ReactJS
    Preparing search index...

    Interface BreakoutParticipant

    interface BreakoutParticipant {
        name: string;
        breakRoom?: number | null;
    }
    Index
    name: string
    breakRoom?: number | null