ToggleGroupCallParticipantIsMuted constructor
ToggleGroupCallParticipantIsMuted({
- required int groupCallId,
- MessageSender? participantId,
- required bool isMuted,
Implementation
ToggleGroupCallParticipantIsMuted({
required this.groupCallId,
this.participantId,
required this.isMuted,
});