Class VoiceSettings
🏭 Constructors
constructor
VoiceSettings(client: Client, props: Record<string, any>): VoiceSettingsParameters
- client:
Client - props:
Record<string, any>
Return Type
VoiceSettings
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:126
🏷️ Properties
automatic_gain_control
automatic_gain_control: booleanstate of automatic gain control
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:100
client
client: Clientthe client instance Inherited from: Base.client
Defined in: packages/discord-rpc/structures/Base.ts:7
deaf
deaf: booleanstate of self-deafen
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:120
echo_cancellation
echo_cancellation: booleanstate of echo cancellation
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:104
input
input: VoiceInputinput settings
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:88
mode
mode: anyvoice mode settings
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:96
mute
mute: booleanstate of self-mute
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:124
noise_suppression
noise_suppression: booleanstate of noise suppression
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:108
output
output: VoiceOutputoutput settings
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:92
qos
qos: booleanstate of voice quality of service
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:112
silence_warning
silence_warning: booleanstate of silence warning notice
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:116