Description
Every once in a while, at various meeting participants, the video stream becomes transparent.
This usually appears after some duration of the meeting. From a few minutes of duration to tens of minutes.
Suddenly the <video> elements inside video-player-container do not show any video, but are transparent.
Refreshing the browser window with the application fixes it, but it’s annoying and I still don’t know what the cause is.
active-media-failed reports nothing in such a case. What is also interesting is that in a given meeting participant who has such a problem, all INCOMING video streams become so, i.e. transparent.
However, what is interesting, I examine myself in such a case created by Video SDK element <video>. Then such transparent video always has these parameters:
Hi @klocuszek judging from the json object you included, it looks like the video elements height and width being set to 0 reveals the background that the video would be placed over by the SDK. Are you able to replicate this and edit the video element height and width using your browsers dev console to their original size, so we can verify if this is the case?