dafcde5060
The instance variable is not accurate. By default isVisible is set to false but nothing sets the video container to actually not be visible. As such it is possible for the video element itself to autoplay, thereby making video visible, while the isVisible boolean is still false. The fix chosen is to remove instance variable and always respect calls to show/hide so that the video container can be set to hidden. |
||
---|---|---|
.. | ||
Filmstrip.js | ||
LargeContainer.js | ||
LargeVideoManager.js | ||
LocalVideo.js | ||
RemoteVideo.js | ||
SmallVideo.js | ||
VideoContainer.js | ||
VideoLayout.js |