Skip to main content
Version: Next

Type Alias: AudioDevice

AudioDevice = object

Defined in: react-native-webrtc/lib/typescript/audioOutputManager/AudioOutputManager.d.ts:16

Describes a single audio output device.

Properties

id

id: string

Defined in: react-native-webrtc/lib/typescript/audioOutputManager/AudioOutputManager.d.ts:24

Unique device identifier.


name

name: string

Defined in: react-native-webrtc/lib/typescript/audioOutputManager/AudioOutputManager.d.ts:22

Human-readable device name.


nativeType

nativeType: string

Defined in: react-native-webrtc/lib/typescript/audioOutputManager/AudioOutputManager.d.ts:20

Platform-specific device type string (e.g. AVAudioSession port type on iOS).


type

type: AudioDeviceType

Defined in: react-native-webrtc/lib/typescript/audioOutputManager/AudioOutputManager.d.ts:18

Normalized device category.