jiti-meet/modules/UI/videolayout
Leonard Kim a88409bbfa fix(video-label): Display based on video dimensions in LargeVideoManager
In its current implementation, the VideoStatusLabel shows HD based on peer
connection stats. These stats will be available on temasys browsers soon but
will remain unavailable on Firefox, which does not collect height/width stats.
To support VideoStatusLabel showing cross-browser, move the high-definition
detection out of stat sniffing and instead check the video element itself using
an interval in LargeVideoManager. (An interval was used because the temasys
video object does not support the onresize event.) Also, add a cleanup path from
conference.web to LargeVideoManager to remove the interval.
2017-05-17 11:54:22 -05:00
..
ConnectionIndicator.js fix(video-label): Display based on video dimensions in LargeVideoManager 2017-05-17 11:54:22 -05:00
Filmstrip.js fix(filmstrip): Disable keyboard shortcut for hiding videos 2017-05-10 14:04:09 -07:00
LargeContainer.js ESLint 2016-10-03 11:12:27 -05:00
LargeVideoManager.js fix(video-label): Display based on video dimensions in LargeVideoManager 2017-05-17 11:54:22 -05:00
LocalVideo.js use logger instead of console 2016-11-23 11:32:55 -06:00
RemoteVideo.js feat(conference): add audio only mode 2017-05-05 09:27:59 -07:00
SmallVideo.js feat(conference): add audio only mode 2017-05-05 09:27:59 -07:00
VideoContainer.js Approach consistent filmstrip naming 2017-04-10 12:59:44 -05:00
VideoLayout.js fix(video-label): Display based on video dimensions in LargeVideoManager 2017-05-17 11:54:22 -05:00