Interface RawInviteStageInstance

interface RawInviteStageInstance {
    members: RawMember[];
    participant_count: number;
    speaker_count: number;
    topic: string;
}

Properties

members: RawMember[]
participant_count: number
speaker_count: number
topic: string