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

The logic of the headset does not work correctly #151

Open
MaksymZavada opened this issue May 22, 2023 · 1 comment
Open

The logic of the headset does not work correctly #151

MaksymZavada opened this issue May 22, 2023 · 1 comment

Comments

@MaksymZavada
Copy link

MaksymZavada commented May 22, 2023

A bluetooth headset does not work with our library (SDK 3.8.0) it does not find air pods and other bluetooth audio devices, except for built-in speakers.

@ganjanoh
Copy link

@MaksymZavada, this issue is known and expected to be fixed in v3.9 release.

Apple API not returning bluetooth devices
NOTE: This is an iOS app feature and not SDK feature

A workaround was suggested for this bug, which is to add the following to allow bluetooth in the onConnected method of CallViewController.

do {
try audioSession.setCategory(.playAndRecord, options: [.allowBluetooth])
} catch {
print(error)
}

v3.9 release was scheduled for end of this month but that might change. For now we do not have an exact ETA for the release.

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