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