Discord.https - v3.0.16
    Preparing search index...

    Interface RPCVoiceSettingsMode

    interface RPCVoiceSettingsMode {
        auto_threshold: boolean;
        delay: number;
        shortcut: RPCVoiceShortcutKeyCombo;
        threshold: number;
        type: RPCVoiceSettingsModeType;
    }
    Index

    Properties

    auto_threshold: boolean

    Voice activity threshold automatically sets its threshold

    delay: number

    The PTT release delay (in ms) (min: 0, max: 2000)

    Shortcut key combos for PTT

    threshold: number

    Threshold for voice activity (in dB) (min: -100.0, max: 0.0)

    Voice setting mode type