-
Notifications
You must be signed in to change notification settings - Fork 196
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
Unable to change from speaker to bluetooth device instead it is routing audio to phone earpiece #223
Comments
Same here. Any updates? |
@yashecosmob @gustavo-amaro did you find a solution? |
In my case outgoing call. I must request bluetooth permission https://github.com/zoontek/react-native-permissions before.
|
@anhquangtech Can you elaborate on how InCallManager.setForceSpeakerphoneOn(true/false) can be used to switch audio. Especially in iOS. I'm trying to connect to bluetooth in iOS and wasn't able to do so with this method. Is there documentation about the same? |
|
@wilmxre Does this mean that it needs to be set a few seconds after |
Oddly enough in Android the |
InCallManager.chooseAudioRoute('BLUETOOTH') not working |
As I am using setAudioRoute to set back to bluetooth and I am not able to switch
iOS Native function
What I tried:
The text was updated successfully, but these errors were encountered: