livekit / client-sdk-android

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

Livekit SDK not up to date - participant not disconnected after CallActivity `onExitClick` #221

Closed ghost closed 1 year ago

ghost commented 1 year ago

Describe the bug Livekit SDK not up to date

To Reproduce Bug in a call with 2 participants. When participant 2 closes CallActivity by onExitClick participant 1 can still see participant 2 on the call.

Device Info:

Additional context

According to this file https://github.com/livekit/client-sdk-android/blob/main/sample-app-compose/src/main/java/io/livekit/android/composesample/VideoItem.kt#L62 which is implemented by https://github.com/livekit/client-sdk-android/blob/main/livekit-android-sdk/src/main/java/io/livekit/android/compose/VideoRenderer.kt#L22

VideoRenderer has mirror argument but when you use VideoRenderer from the library implementation "io.livekit:livekit-android:1.1.10" mirror is not available.

davidliu commented 1 year ago

Please file separate bugs if you have multiple issues.

The VideoRenderer mirror argument is recently added and will be released soon. Please understand that we won't make a new release after every commit. If you want to try out the latest commits, you can always try the SNAPSHOT version (currently 1.1.11-SNAPSHOT).

davidliu commented 1 year ago

Closing this issue. Open a new issue for the onExitClick if you still see that issue. I'm unable to repro this on sample-app nor sample-app-compose.