Skip to main content
Version: 0.29.0

Type Alias: UseAudioOutputResult

UseAudioOutputResult = object

Defined in: react-native-webrtc/lib/typescript/useAudioOutput.d.ts:2

Properties​

android​

android: typeof AudioOutputManager.android

Defined in: react-native-webrtc/lib/typescript/useAudioOutput.d.ts:10

Android-only controls. Throws on other platforms.


availableAudioOutputs​

availableAudioOutputs: AudioDevice[]

Defined in: react-native-webrtc/lib/typescript/useAudioOutput.d.ts:6

All output devices currently reachable.


currentAudioOutput​

currentAudioOutput: AudioDevice | null

Defined in: react-native-webrtc/lib/typescript/useAudioOutput.d.ts:4

Active output device, or null if not yet known.


ios​

ios: typeof AudioOutputManager.ios

Defined in: react-native-webrtc/lib/typescript/useAudioOutput.d.ts:8

iOS-only controls. Throws on other platforms.