livekit / client-sdk-android

LiveKit SDK for Android
https://docs.livekit.io
Apache License 2.0
176 stars 69 forks source link

Version 2.9.0, released yesterday, needs to be fixed. #519

Closed sokolyaka closed 1 day ago

sokolyaka commented 1 day ago

Describe the bug Hi there! Unfortunately, version 2.9.0, released yesterday, needs to be fixed. I don't hear the remote participant for some reason, and the logs have no errors. The interesting note is that if I build the sample app depending on the source code implementation project(":livekit-android-sdk"),, it works well. But if I change the dependency on the published version implementation("io.livekit:livekit-android:2.9.0"), it fails to work. I think that yesterday, acidently, the wrong/corrupted aar was published to production. Could you check please?

To Reproduce Steps to reproduce the behavior:

  1. Build the base sample-app-basic with dependency on implementation("io.livekit:livekit-android:2.9.0")
  2. Run the app.
  3. Observe that there is no audio from the remote participant.

Expected behavior The audio from the remote participant should be present.

Device Info:

Additional context The same version, 2.9.0, works well from the source code.

davidliu commented 1 day ago

Are you connecting to our cloud servers? There ended up being an issue on the server-side in conjunction with android v2.9.0. This should be cleared up now, try using v2.9.0 again.

sokolyaka commented 1 day ago

Yes, now it works well. Thanks! And sorry for the alarm:)