Interface ToggleVideoChatMuteNewParticipants

Toggles whether new participants of a video chat can be unmuted only by administrators of the video chat. Requires groupCall.can_toggle_mute_new_participants right. Request type for Tdjson#toggleVideoChatMuteNewParticipants.

interface ToggleVideoChatMuteNewParticipants {
    @type: "toggleVideoChatMuteNewParticipants";
    group_call_id: number;
    mute_new_participants?: boolean;
}

Properties

@type: "toggleVideoChatMuteNewParticipants"
group_call_id: number

Group call identifier.

mute_new_participants?: boolean

New value of the mute_new_participants setting.