Agora-Flutter-SDK icon indicating copy to clipboard operation
Agora-Flutter-SDK copied to clipboard

Flutter / Bluetooth microphone not working (Android only)

Open sebklose opened this issue 3 years ago • 2 comments

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"/>

sebklose avatar May 02 '22 16:05 sebklose

Related https://github.com/AgoraIO/Agora-Flutter-SDK/issues/434

littleGnAl avatar May 05 '22 03:05 littleGnAl

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

littleGnAl avatar Aug 06 '22 08:08 littleGnAl

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.

github-actions[bot] avatar Nov 28 '23 09:11 github-actions[bot]

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.

github-actions[bot] avatar Dec 05 '23 10:12 github-actions[bot]