ChatEventVideoChatMuteNewParticipantsToggled constructor

const ChatEventVideoChatMuteNewParticipantsToggled({
  1. required bool muteNewParticipants,
})

The mute_new_participants setting of a video chat was toggled

Implementation

const ChatEventVideoChatMuteNewParticipantsToggled({
  required this.muteNewParticipants,
});