Skip to main content

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

Interface: AudioDeviceList

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

The host's audio devices, split by direction.

Properties

inputs

TypeScript
inputs: AudioDevice[];

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


labelsAvailable

TypeScript
labelsAvailable: boolean;

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

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


outputs

TypeScript
outputs: AudioDevice[];

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


supported

TypeScript
supported: boolean;

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

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