Occasionally frozen video in Firefox
Describe the bug Accessing the same video session in two tabs shows a frozen remote video in the second tab. Opening a new element in that tab with the same remote stream shows a working video, but the video in the first element is still frozen. There are no errors reported in the OpenVidu log.
This shows in my application when accessed from Firefox, but not when accessed from Chrome.
OpenVidu tutorial where to replicate the error
The bug is also apparent in the tutorial openvidu-mvc-java. Open a video session in one Firefox tab as any available publisher. Then do the same in another Firefox tab, but choose the same session name. The remote stream in the participant list will be frozen. However, clicking on it will show the same video in another element working normally.
OpenVidu deployment info
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:2.16.0
Client device info (if applicable) Firefox 82.0.2 (64-bit), Ubuntu 18.04.
Is there any update on this or a workaround?