opentok / opentok-android-sdk-samples

Sample applications illustrating best practices using OpenTok Android SDK.
https://tokbox.com/developer/sdks/android/
MIT License
210 stars 170 forks source link

BUG: Speaker is used instead of bluetooth earphones after mute/unmute #505

Closed eldarovich99 closed 2 weeks ago

eldarovich99 commented 2 months ago

Describe the bug Speaker is used instead of bluetooth earphones after mute/unmute

To Reproduce Steps to reproduce the behavior:

  1. Connect to a call with bluetooth earphones.
  2. Toggle mute and unmute

Expected behavior Bluetooth headphones are used in the call.

Device (please compete the following information):

v-kpheng commented 1 month ago

We're tracking this internally: https://jira.vonage.com/browse/VIDCS-2266.

eldarovich99 commented 4 weeks ago

The issue was resolved after I tried AdvancedAudioDevice which you suggested to me. Please close the issue