Interface GenerateRandomParticipantsOptions

interface GenerateRandomParticipantsOptions {
    member: string;
    coHost?: string;
    host: string;
    forChatBroadcast?: boolean;
}

Properties

member: string
coHost?: string
host: string
forChatBroadcast?: boolean