jiti-meet/modules/UI
Leonard Kim 2e08815644 fix(video): use onplaying to ensure video height and width are set
When using onplay in firefox, the event fires before data is flowing,
which can cause videoHeight and videoWidth to be 0 during resizing.
By using onplaying, there is some assurance data is being received,
so videoHeight and videoWidth should be set.
2017-06-07 10:44:05 -05:00
..
audio_levels Fixes audio level algorithm. 2016-09-29 00:22:05 -05:00
authentication Add jwt module to react 2017-05-09 00:21:14 -05:00
avatar fix(avatar): Avatar properties not updated before local user join 2017-03-29 10:23:07 -05:00
etherpad Approach consistent filmstrip naming 2017-04-10 12:59:44 -05:00
feedback Made inputs identical 2016-11-11 17:22:47 +02:00
recording fix(vertical-filmstrip): different label animations for filmstrip states (#1596) 2017-05-24 20:57:55 -05:00
shared_video feat(1-on-1): Initial implementation 2017-05-23 13:28:27 -07:00
side_pannels Fixes chat when on join we receive messages. 2017-05-25 15:22:49 -05:00
util feat(vertical-filmstrip): Initial implementation 2017-05-23 13:28:27 -07:00
videolayout fix(video): use onplaying to ensure video height and width are set 2017-06-07 10:44:05 -05:00
UI.js [React] Call/ring overlay 2017-06-06 00:11:39 -05:00
UIErrors.js Addresses comment about Feedback dependency 2016-08-26 16:07:20 -05:00