Interface ChatActionCallSettingChanged

Group call "join muted" setting has been changed

interface ChatActionCallSettingChanged {
    joinMuted: boolean;
    type: "call_setting_changed";
}

Properties

Properties

joinMuted: boolean

Whether new call participants should join muted

type: "call_setting_changed"