Azure-Samples/communication-services-android-quickstarts

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

Closed this issue · 1 comments

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.

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