Static
configureStatic
getGets the available audio outputs for use with selectAudioOutput.
startAudioSession must be called prior to using this method.
For Android, will return if available:
For iOS, due to OS limitations, the only available types are:
See also showAudioRoutePicker to display a route picker that
can choose between other audio devices (i.e. headset/bluetooth/airplay),
or use a library like react-native-avroutepicker
for a native platform
control.
the available audio output types
Static
selectSelect the provided audio output if available.
startAudioSession must be called prior to using this method.
A deviceId retrieved from getAudioOutputs
Static
setStatic
showStatic
startStatic
stopGenerated using TypeDoc
Applies the provided audio configuration to the underlying AudioSession.
Must be called prior to connecting to a Room for the configuration to apply correctly.
See also useIOSAudioManagement for automatic configuration of iOS audio options.