methods\utils\generate_random_participants library

Classes

GenerateRandomParticipantsOptions
Options for generating a random list of participants.

Functions

generateRandomParticipants(GenerateRandomParticipantsOptions options) List<Participant>
Generates a list of random participants for a meeting based on specified options.

Typedefs

GenerateRandomParticipantsType = List<Participant> Function(GenerateRandomParticipantsOptions options)