Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionCallSettingChanged

    Group call "join muted" setting has been changed

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

    Properties

    Properties

    joinMuted: boolean

    Whether new call participants should join muted

    type: "call_setting_changed"