Class CertifiedDevice 
🏭 Constructors 
constructor 
new CertifiedDevice(client: Client, props: Record<string, any>): CertifiedDeviceParameters 
- client: Client
- props: Record<string, any>
Return Type 
- CertifiedDevice
Defined in: packages/discord-rpc/structures/CertifiedDevice.ts:70
🏷️ Properties 
automatic_gain_control 
automatic_gain_control: booleanif the device's native automatic gain control is enabled
Defined in: packages/discord-rpc/structures/CertifiedDevice.ts:64
client 
client: Clientthe client instance Inherited from: Base.client
Defined in: packages/discord-rpc/structures/Base.ts:7
echo_cancellation 
echo_cancellation: booleanif the device's native echo cancellation is enabled
Defined in: packages/discord-rpc/structures/CertifiedDevice.ts:56
hardware_mute 
hardware_mute: booleanif the device is hardware muted
Defined in: packages/discord-rpc/structures/CertifiedDevice.ts:68
id 
id: stringthe device's Windows UUID
Defined in: packages/discord-rpc/structures/CertifiedDevice.ts:40
model 
model: Modelthe model of the product
Defined in: packages/discord-rpc/structures/CertifiedDevice.ts:48
noise_suppression 
noise_suppression: booleanif the device's native noise suppression is enabled
Defined in: packages/discord-rpc/structures/CertifiedDevice.ts:60
related 
related: string[]UUIDs of related devices
Defined in: packages/discord-rpc/structures/CertifiedDevice.ts:52
type 
type: DeviceTypethe type of device
Defined in: packages/discord-rpc/structures/CertifiedDevice.ts:36
vendor 
vendor: Vendorthe hardware vendor
Defined in: packages/discord-rpc/structures/CertifiedDevice.ts:44