-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Audio Route when switching with Bluetooth earphone in a Video call #294
Comments
Any help? This is really became a blocker on our development. |
Update:
It seems we are also need to call these line explicitly before
|
I am facing the same issue with agora_rtc_engine flutter version 5.3.1 and this has became a major blocker for our release. |
@ArcherEmiya05 You can upgrade the SDK version (i.e 4.x.x) and refer to the examples for audio router in the below link : |
According to this documentation and this starting a video call automatically start with speaker phone and when an external audio device is removed like a Bluetooth earphone then the SDK sets the audio route as follows (in order of priority):
setEnableSpeakerphone
>setDefaultAudioRouteToSpeakerphone
> the default audio route but that doesn't really happen. After removing/disconnecting the Bluetooth earphone the audio moves to earpiece. This also happens in a Voice call even if you setsetDefaultAudioRouteToSpeakerphone
to true. We are using 3.7.0.We also tried to update the route during audio route change but
setEnableSpeakerphone
andsetDefaultAudioRoutetoSpeakerphone
does not work.The text was updated successfully, but these errors were encountered: