While i live stream i connect bluetooth headset i listen for bluetooth headset connect and disconnect event and call Flashphoner.getAudioManager().setUseBluetoothSco(true or false) the wireless headset does not pick up. I pause for about 2 seconds and then call the above function and the...
I am using Flashphoner for my android app and app requires to be used with wireless headphones.
I read the documentation, to use the wireless headset need to call this function Flashphoner.getAudioManager().setUseBluetoothSco(true). Ok it works if I connect BT headphone but How can I determine...