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
Hello, I've noticed that sometimes remote participant does not appear and black frame is rendered instead. And this issue is not persistent, I can reproduce it like 1 out of 10 times.
So the question is, what can I do as a developer when this issue happens? How can I detect that remote video is not rendering in livekit sdk, and somehow try to restart it or reconnect?
I'm subscribed to Room events, but there is no additional event delivered when this issue happens. I get the same RoomEvent.TrackSubscribed as usual, but when I try to display the track as a view, it just appears as a black rectangle.
Also, this issue sometimes happens with local participant as well, but in this case I'm at least able to fix it by enabling and disabling camera. I had to write code like this:
I got a similar issue here when trying to disconnect/clean up current Room and reconnect to it again.
Subsequent rendering of new VideoTrack leads to black screen.
Any idea?
Hello, I've noticed that sometimes remote participant does not appear and black frame is rendered instead. And this issue is not persistent, I can reproduce it like 1 out of 10 times.
So the question is, what can I do as a developer when this issue happens? How can I detect that remote video is not rendering in livekit sdk, and somehow try to restart it or reconnect?
I'm subscribed to Room events, but there is no additional event delivered when this issue happens. I get the same RoomEvent.TrackSubscribed as usual, but when I try to display the track as a view, it just appears as a black rectangle.
Also, this issue sometimes happens with local participant as well, but in this case I'm at least able to fix it by enabling and disabling camera. I had to write code like this:
Any help would be much appreciated. Thanks.
The text was updated successfully, but these errors were encountered: