ChatEventVideoChatMuteNewParticipantsToggled constructor
const
ChatEventVideoChatMuteNewParticipantsToggled({
- required bool muteNewParticipants,
The mute_new_participants setting of a video chat was toggled
Implementation
const ChatEventVideoChatMuteNewParticipantsToggled({
required this.muteNewParticipants,
});