Files
jitsi-meet/modules
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
..
2017-01-23 15:29:25 -06:00
2016-10-03 11:12:27 -05:00
2017-03-07 17:30:20 -06:00
2017-05-02 17:40:16 -05:00