Skip to main content
Version: Next

Type Alias: AudioOutputChangedInfo

AudioOutputChangedInfo = object

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

Payload emitted when the active audio output or the list of available devices changes.

Properties

availableAudioOutputs

availableAudioOutputs: AudioDevice[]

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


currentAudioOutput

currentAudioOutput: AudioDevice | null

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