Interface ChatEventVideoChatMuteNewParticipantsToggled

The mute_new_participants setting of a video chat was toggled. Subtype of ChatEventAction.

interface ChatEventVideoChatMuteNewParticipantsToggled {
    @type: "chatEventVideoChatMuteNewParticipantsToggled";
    mute_new_participants?: boolean;
}

Properties

@type: "chatEventVideoChatMuteNewParticipantsToggled"
mute_new_participants?: boolean

New value of the mute_new_participants setting.