Title, Bluetooth device as audio output, in the app if it includes VoIP then set whether to select or support Bluetooth output when connecting the Bluetooth device
Recently in the processing of a ticket is the company's Voip-app and hardware phone base (Bluetooth 2.0) Pit Daddy if it's 4.0 it's all right.
But now it's 2.0. As for why not do 4.0 must be considered cost, it is said that each phone can save 2-300 soft sister coins
We have a SIP library with Pjsip Most apps are pjsip easy to compile is a little easier to use and someone to maintain this is also using it
One of the reasons.
Read my previous articles about the probably know Pjsip compile use flow, one of the steps is to add a config_site.h This file is critical, in Pjsip
Official document types you can find that you want to support Bluetooth after 7.0 to add a macro definition to this file
#define _iphone_os_version_min_required 30100
The Gaocheng can connect the Bluetooth peripherals while the SIP phone is in the audio output is completely fine.
iOS PJSIP Bluetooth Peripheral audio Support