MediaSFU React Native
    Preparing search index...

    Interface GenerateRandomMessagesOptions

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

    Properties

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