Skip to content
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

Bluetooth not being recognised in iOS #237

Open
zxar7 opened this issue Feb 14, 2024 · 1 comment
Open

Bluetooth not being recognised in iOS #237

zxar7 opened this issue Feb 14, 2024 · 1 comment

Comments

@zxar7
Copy link

zxar7 commented Feb 14, 2024

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.

	<key>UIBackgroundModes</key>
	<array>
		<string>bluetooth-central</string>
		<string>bluetooth-peripheral</string>
	</array>

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

@wilmxre
Copy link

wilmxre commented Feb 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants