Interface VoiceMode
🏷️ Properties
auto_threshold
ts
auto_threshold: booleanvoice activity threshold automatically sets its threshold
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:69
delay
ts
delay: numberthe PTT release delay (in ms) (min: 0, max: 2000)
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:81
shortcut
ts
shortcut: ShortcutKeyCombo[]shortcut key combos for PTT
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:77
threshold
ts
threshold: numberthreshold for voice activity (in dB) (min: -100, max: 0)
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:73
type
ts
type: "PUSH_TO_TALK" | "VOICE_ACTIVITY"voice setting mode type (can be PUSH_TO_TALK or VOICE_ACTIVITY)
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:65