Interface GenerateRandomMessagesOptions

interface GenerateRandomMessagesOptions {
    participants: Participant[];
    member: string;
    coHost?: string;
    host: string;
    forChatBroadcast?: boolean;
}

Properties

participants: Participant[]
member: string
coHost?: string
host: string
forChatBroadcast?: boolean