Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio not transmitted from Android to JS #482

Closed
Guy1982 opened this issue Jul 12, 2022 · 6 comments
Closed

Audio not transmitted from Android to JS #482

Guy1982 opened this issue Jul 12, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@Guy1982
Copy link

Guy1982 commented Jul 12, 2022

Describe the bug
On CHIME SDK version 0.14.3 audio stopped working on several Android devices:

  1. Samsung Galaxy S8 SM-G950F with Android OS 9
  2. OnePlus Nord with Android 12
  3. Xiaomi Redmi 7, Android 10

We have a video call between Android and Web. The audio from Android is not received on WEB side.

To Reproduce
Steps to reproduce the behavior:

  1. Make a video call between Android and WEB using one of the above devices.

Expected behavior
audio is herd on both sides

Logs
If applicable, add logs from logcat to help explain your problem.

Screenshots
If applicable, add screenshots to help explain your problem.

Test environment Info (please complete the following information):

  • Device: See above list of devices
  • OS: [e.g. Android 10]
  • Version amazon-chime-sdk: [e.g. 0.4.0]
  • Version amazon-chime-sdk-media: [e.g. 0.4.0]
  • Can you reproduce this in the demo app?
    If you are reporting a crash:
  • Please provide full crash logs.

Additional context
We need to revert back to CHIME sdk 0.13.1 to avoid this bug.
Please FIX ASAP.

@hokyungh
Copy link
Contributor

Thanks for opening the issue. From 0.14.0, it looks like Stereo audio has been added. In order to mitigate for now, would you be able to try the configuration https://github.com/aws/amazon-chime-sdk-android#use-case-1-start-a-session?

val audioVideoConfig = AudioVideoConfiguration(audioMode = AudioMode.Mono48K)
meetingSession.audioVideo.start(audioVideoConfig)

and see if the audio is working?

@hokyungh hokyungh added bug Something isn't working labels Jul 12, 2022
@Guy1982
Copy link
Author

Guy1982 commented Jul 13, 2022

I tried all 3 options, AudioMode.Mono48K, AudioMode.Mono16K, and Stereo48K. In all 3 configurations, the bug reproduces and audio is not received from the Android side.

@ziyiz-amzn
Copy link
Contributor

@Guy1982 Would you mind try v0.17.1, which contains an audio fix on some devices, or later? Please let us know if this audio issue still the same?

@Guy1982
Copy link
Author

Guy1982 commented Jul 13, 2022

We used version 0.17.2.
Please send me your email (to guys@tytocare.com) and I will send you DEBUG logs of the session.

@ziyiz-amzn
Copy link
Contributor

I believe you have created an AWS support ticket. Could you upload debug logs there? Thanks. @Guy1982

@ziyiz-amzn
Copy link
Contributor

Closing this for now, tracking it in AWS support ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants