jiti-meet/modules/UI/videolayout
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
..
ConnectionIndicator.js feat(VideoLayout): add ninja icon 2017-06-06 11:13:02 -05:00
Filmstrip.js fix(1-on-1): remove torture test workaround, add new tests 2017-05-25 15:15:52 -05:00
LargeContainer.js ESLint 2016-10-03 11:12:27 -05:00
LargeVideoManager.js ref(LargeVideoManager): remove unused method 2017-06-06 11:13:02 -05:00
LocalVideo.js use logger instead of console 2016-11-23 11:32:55 -06:00
RemoteVideo.js fix(RemoteVideo): broken grey avatar 2017-06-06 11:13:02 -05:00
SmallVideo.js fix(SmallVideo): remove invalid character 2017-06-06 11:15:39 -05:00
VideoContainer.js fix(video): use onplaying to ensure video height and width are set 2017-06-07 10:44:05 -05:00
VideoLayout.js feat(VideoLayout): add ninja icon 2017-06-06 11:13:02 -05:00