Class VoiceSettings
🏭 Constructors
constructor
new VoiceSettings(client: Client, props: Record<string, any>): VoiceSettings
Parameters
- 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: boolean
state of automatic gain control
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:100
client
client: Client
the client instance Inherited from: Base.client
Defined in: packages/discord-rpc/structures/Base.ts:7
deaf
deaf: boolean
state of self-deafen
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:120
echo_cancellation
echo_cancellation: boolean
state of echo cancellation
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:104
input
input: VoiceInput
input settings
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:88
mode
mode: any
voice mode settings
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:96
mute
mute: boolean
state of self-mute
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:124
noise_suppression
noise_suppression: boolean
state of noise suppression
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:108
output
output: VoiceOutput
output settings
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:92
qos
qos: boolean
state of voice quality of service
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:112
silence_warning
silence_warning: boolean
state of silence warning notice
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:116