webex / webex-ios-sdk

iOS SDK for Webex
https://developer.webex.com/docs/sdks/ios
Other
25 stars 25 forks source link

The logic of the headset does not work correctly #151

Open MaksymZavada opened 12 months ago

MaksymZavada commented 12 months ago

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 commented 12 months ago

@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.