GenerateRandomParticipantsOptions constructor

GenerateRandomParticipantsOptions(
  1. {required String member,
  2. String? coHost,
  3. required String host,
  4. bool forChatBroadcast = false}
)

Implementation

GenerateRandomParticipantsOptions({
  required this.member,
  this.coHost,
  required this.host,
  this.forChatBroadcast = false,
});