You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing this out with a bluetooth headset. All I have in my code is InCallManager.start();. With my Android device I can see that the mic is being picked up from the bluetooth device automatically. But in my iOS device the internal mic is active and not the one from the bluetooth device. I have the right permissions and have the following in my Info.plist.
did you run pod install after installing this package? also can you give the exact code that you are using? it is hard to debug this issue with only this much information. you should also connect your device to Xcode and see what the library is logging when you encounter these
I'm testing this out with a bluetooth headset. All I have in my code is
InCallManager.start();
. With my Android device I can see that the mic is being picked up from the bluetooth device automatically. But in my iOS device the internal mic is active and not the one from the bluetooth device. I have the right permissions and have the following in myInfo.plist
.There's no
chooseAudioRoute
either. When I add it, it just throws an error[TypeError: undefined is not a function]
My device is iPhone 11 with iOS 16.6
The text was updated successfully, but these errors were encountered: