-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Unable to change the audio output on Android devices.
To Reproduce
Steps to reproduce the behavior:
First, configure the AudioSession with the desired configuration and start the audio session:
AudioSession.configureAudio({
android: {
audioTypeOptions: AndroidAudioTypePresets.communication,
},
});
await AudioSession.startAudioSession();
Afterward, call the AudioSession.selectAudioOutput(deviceId) function by passing the desired deviceId received from calling the AudioSession.getAudioOutputs()
Expected behavior
Able to change/switch the audio output.
Screenshots
Device Info:
- Device: Samsung Galaxy S9+
- OS: Android version 10
Dependencies Info (please reference your package-lock.json or yarn.lock file, not just your package.json):
"@livekit/react-native": "^2.6.5",
"@livekit/react-native-webrtc": "^125.0.9",
"livekit-client": "^2.9.8",
Additional context
timaxlucas
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
