aws / amazon-chime-sdk-android

An Android client library for integrating multi-party communications powered by the Amazon Chime service.
https://aws.amazon.com/chime/chime-sdk/
Apache License 2.0
103 stars 53 forks source link

Choose Audio Device response ok , but it doesn't still change in device #576

Closed htquan2k closed 9 months ago

htquan2k commented 11 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: When start meeting session and connect multiple device ( headphone, bluetooth) But some time choose headphone device to listen -> it response oke but headphone cannot hear -> actually bluetooth still active?

Android [9] IOS 8 amazon-chime-sdk-android [Android: updated to Chime SDK version 0.11.2 (media 0.11.2).]

dylonChime commented 11 months ago

Hi @htquan2k,

Are you building on the Android SDK demo? There is logic to prioritize bluetooth over other devices here every time onAudioDeviceChanged detects a change in devices. You can modify or remove this logic to meet your need.

I also recommend you upgrade to the latest version of the SDK.

If you are also having issues on iOS SDK, please open an issue in that repo.