ToggleGroupCallMuteNewParticipants constructor
const
ToggleGroupCallMuteNewParticipants({})
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,
});