GenerateRandomParticipants - Service to generate a list of random participants.
This service creates a list of participants based on a set of specified options, with customization for chat broadcasts
and designation of specific roles like member, co-host, and host.
GenerateRandomParticipants - Service to generate a list of random participants.
This service creates a list of participants based on a set of specified options, with customization for chat broadcasts and designation of specific roles like member, co-host, and host.
Name
GenerateRandomParticipants
Example
Param: options
Options for generating participants.
Param: options.member
Primary member to include in the participants list.
Param: options.coHost
Optional co-host in the participants list.
Param: options.host
Host to include in the participants list.
Param: options.forChatBroadcast
Indicates if participants are for a chat broadcast.
Returns
Array of generated participants with randomized levels, muted states, and identifiers.