Skip to content

Interface VoiceInput

🏷️ 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:43

device_id

ts
device_id: string

device id

Defined in: packages/discord-rpc/structures/VoiceSettings.ts:35

volume

ts
volume: number

input voice level (min: 0, max: 100)

Defined in: packages/discord-rpc/structures/VoiceSettings.ts:39