Interface BreakoutParticipant

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

Properties

Properties

name: string
breakRoom?: null | number