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
105 stars 49 forks source link

Audio not working #24

Closed uday12kumar closed 4 years ago

uday12kumar commented 4 years ago

When the user tries to speak the Audio is not being transmitted I used the demo android app on google pixel for testing

To Reproduce Steps to reproduce the behavior: Create Meeting using boto3

use the meeting id and initiate the session using android SDK select the audio output device in DeviceManagement fragment and click on join I was able to see the video and transmit the video to other device I was not able to hear what the other speaker is speaking

Test environment Info (please complete the following information):

Device: Pixel2 OS: Android 10 Version amazon-chime-sdk: 0.5.0 Version amazon-chime-sdk-media: 0.4.2

hokyungh commented 4 years ago

Would you be able to let us know following details? To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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):

Additional context Add any other context about the problem here.

uday12kumar commented 4 years ago

@hokyungh updated the issue description 👍

mitankit commented 4 years ago

@uday12kumar We would also need the logcat logs to debug the issue.

uday12kumar commented 4 years ago

Found the issue is with boto3 I have to update it to get audioFallbackUrl and after that in the demo app I changed the getName method in RoosterViewFragment which is looking for delimiter to fetch the name from externalAteendeeID, well while adding attendee I am not using a delimiter.