ToggleGroupCallMuteNewParticipants constructor

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

Toggles whether new participants of a group call can be unmuted only by administrators of the group call. Requires groupCall.can_toggle_mute_new_participants group call flag

Implementation

const ToggleGroupCallMuteNewParticipants({
  required this.groupCallId,
  required this.muteNewParticipants,
});