Interface VoiceOutput
🏷️ Properties
available_devices readonly
ts
available_devices: Device[]
array of read-only device objects containing id
and name
string keys
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:58
device_id
ts
device_id: string
device id
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:50
volume
ts
volume: number
output voice level (min: 0, max: 200)
Defined in: packages/discord-rpc/structures/VoiceSettings.ts:54