jiti-meet/react/features/conference/components
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
..
Conference.native.js Approach consistent filmstrip naming 2017-04-10 12:59:44 -05:00
Conference.web.js fix(video-label): Display based on video dimensions in LargeVideoManager 2017-05-17 11:54:22 -05:00
index.js ref(avatar): Move Avatar and Participant view to base/participants 2017-03-02 16:57:43 -06:00
styles.js ref(avatar): Move Avatar and Participant view to base/participants 2017-03-02 16:57:43 -06:00