ToggleGroupCallParticipantIsMuted constructor
const
ToggleGroupCallParticipantIsMuted({
- required int groupCallId,
- required MessageSender participantId,
- required bool isMuted,
Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves
Implementation
const ToggleGroupCallParticipantIsMuted({
required this.groupCallId,
required this.participantId,
required this.isMuted,
});