Skip to main content

@dialstack/sdk-dev / webrtc/src / AudioDeviceList

Interface: AudioDeviceList

Defined in: sdk/webrtc/src/types.ts:113

The host's audio devices, split by direction.

Properties​

inputs​

TypeScript
inputs: AudioDevice[];

Defined in: sdk/webrtc/src/types.ts:114


labelsAvailable​

TypeScript
labelsAvailable: boolean;

Defined in: sdk/webrtc/src/types.ts:117

False when devices exist but their names are withheld pending mic permission.


outputs​

TypeScript
outputs: AudioDevice[];

Defined in: sdk/webrtc/src/types.ts:115


supported​

TypeScript
supported: boolean;

Defined in: sdk/webrtc/src/types.ts:119

False when the host can't enumerate at all — distinct from "no devices".