Skip to content

Interface: AudioPort

Defined in: Calls.types.ts:221

A single audio input or output (earpiece, speaker, headphones, Bluetooth device, etc.).

Properties

portType

ts
portType: AudioOutputPortType;

Defined in: Calls.types.ts:222


portName

ts
portName: string;

Defined in: Calls.types.ts:223


uid

ts
uid: string;

Defined in: Calls.types.ts:224

Released under the MIT License.