You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported several times in by the PlayStore and in rageshakes too.
MediaStreamTrack has been disposed.
java.lang.IllegalStateException: MediaStreamTrack has been disposed.
at org.webrtc.MediaStreamTrack.checkMediaStreamTrackExists (MediaStreamTrack.java:2)
at org.webrtc.MediaStreamTrack.getNativeMediaStreamTrack (MediaStreamTrack.java:1)
at org.webrtc.VideoTrack.addSink (VideoTrack.java:4)
at im.vector.app.features.call.webrtc.WebRtcCall.attachViewRenderersInternal (WebRtcCall.kt:9)
at im.vector.app.features.call.webrtc.WebRtcCall.access$attachViewRenderersInternal (WebRtcCall.kt:1)
at im.vector.app.features.call.webrtc.WebRtcCall$attachViewRenderers$1.invokeSuspend (WebRtcCall.kt:10)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:3)
at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:18)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run (Thread.java:923)
Reported several times in by the PlayStore and in rageshakes too.
MediaStreamTrack has been disposed.
https://github.com/matrix-org/element-android-rageshakes/issues?q=is%3Aissue+is%3Aopen+checkMediaStreamTrackExists
The text was updated successfully, but these errors were encountered: