Flutter / Bluetooth microphone not working (Android only)
Describe the bug We have 1:many event with video and audio - one person can have video and speak, the participants can see and hear the person. If the trainer is having a bluetooth headset on - the sound is not transmitted (seems microphone of BT device not used)
Expected behavior Any bluetooth headset connected can be used for audio microphone
Screenshots no
Smartphone (please complete the following information):
- using version 5.0.0
- permissions are granted to use BT
- Android
Additional context
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Related https://github.com/AgoraIO/Agora-Flutter-SDK/issues/434
Can you check if the audio option is on or off in the configuration or not?
There's maybe something configuration on your connected BT device page like below.

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens, logs and the output. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue.