Generates random messages for a given set of participants.
The options for generating random messages.
Optional
An array of generated messages.
generateRandomMessages({ participants: [{ name: "Alice" }, { name: "Bob" }], member: "Alice", host: "Bob", coHost: "Carol", forChatBroadcast: true,});// Returns an array of Message objects with random direct and group messages. Copy
generateRandomMessages({ participants: [{ name: "Alice" }, { name: "Bob" }], member: "Alice", host: "Bob", coHost: "Carol", forChatBroadcast: true,});// Returns an array of Message objects with random direct and group messages.
Generates random messages for a given set of participants.