jiti-meet/modules/UI/videolayout
Leonard Kim dafcde5060 ref(video-layout): remove instance variable for gating show/hide
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.
2018-09-04 09:39:02 -07:00
..
Filmstrip.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00
LargeContainer.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
LargeVideoManager.js fix(presence-label):styles 2018-07-09 20:22:43 -05:00
LocalVideo.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00
RemoteVideo.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00
SmallVideo.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00
VideoContainer.js ref(video-layout): remove instance variable for gating show/hide 2018-09-04 09:39:02 -07:00
VideoLayout.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00