ToggleVideoChatMuteNewParticipants constructor

ToggleVideoChatMuteNewParticipants({
  1. required int groupCallId,
  2. required bool muteNewParticipants,
})

Implementation

ToggleVideoChatMuteNewParticipants({
  required this.groupCallId,
  required this.muteNewParticipants,
});