RemoveParticipantsOptions constructor
RemoveParticipantsOptions({ - required List<CoHostResponsibility> coHostResponsibility,
- required Participant participant,
- required String member,
- required String islevel,
- ShowAlert? showAlert,
- required String coHost,
- required List<Participant> participants,
- Socket? socket,
- required String roomName,
- required void updateParticipants(
- List<Participant>
),
})
Implementation
RemoveParticipantsOptions({
required this.coHostResponsibility,
required this.participant,
required this.member,
required this.islevel,
this.showAlert,
required this.coHost,
required this.participants,
this.socket,
required this.roomName,
required this.updateParticipants,
});