Azure-Samples / communication-services-android-quickstarts

Sample code for Azure Communication Services Android quickstarts
MIT License
6 stars 24 forks source link

No Audio / Video passed when using Android sample for ACS Communication #19

Closed mail-rajupanwar closed 2 years ago

mail-rajupanwar commented 2 years ago

Please provide us with the following information:

Minimal steps to reproduce

using android quickstarts. Created access token using access-token-quickstarts sample provided on GitHub. We are able to connect to call on Android - Web and Android - Android. BuT NO MEDIA IS PASSING (NO AuDIO, NO VIDEO). Web to Web calling with working good with these resources. Tried putting some logs at all possible events. all are logged. onFirstFrameRendered and onRendererFailedToStart are not calling.

Any log messages given by the failure

No critical logs found

Expected/desired behavior

Audio and Video should be passed while using Android client.

OS and Version?

macOS

Versions

macOS Big Sur

Mention any other details that might be useful


Thanks! We'll be in touch soon.

mail-rajupanwar commented 2 years ago

After a long debugging and searching, I tried to update ACS SDK version. I updated to 1.2.0. AND it worked for me.

Thanks