ChatEventVideoChatParticipantIsMutedToggled constructor

ChatEventVideoChatParticipantIsMutedToggled({
  1. MessageSender? participantId,
  2. required bool isMuted,
})

Implementation

ChatEventVideoChatParticipantIsMutedToggled({
  this.participantId,
  required this.isMuted,
});