jiti-meet/modules/UI/videolayout
virtuacoplenny 244de8096f feat(local-video): convert to react (#1705)
* feat(local-video): convert to react

- Create a VideoTrack component for displaying a video element.
  This mirrors native also having a VideoTrack component.
- The VideoTrack component does not let React update it to prevent
  the video element from re-rendering, which could cause flickers
  and would not work with temasys's overriding of the video element.
- VideoTrack extends AbstractVideoTrack to mirror native
  implementation and to get the dispatch of the onplaying event.
- Remove the onclick handler on the video element. Honestly, I
  didn't get it to work, and did not try, but it is also unnecessary
  because another handler already exists on the video wrapper.

* ref(device-selection): VideoInputPreview uses VideoTrack to show video

* squash into conversion: change css selectors

* squash into conversion: mix in abstract props

* squash into conversion: change shouldComponentUpdate check

* squash: update comment about why triggerOnPlayingUpdate is used
2017-07-14 14:22:27 -05:00
..
Filmstrip.js fix(vertical-filmstrip): prevent scaling based on video count 2017-06-13 15:17:55 -05:00
LargeContainer.js fix(VideoLayout): store userID in container 2017-07-12 10:29:18 -07:00
LargeVideoManager.js ref(VideoLayout): reduce 'forceUpdate' usage 2017-07-12 10:29:18 -07:00
LocalVideo.js feat(local-video): convert to react (#1705) 2017-07-14 14:22:27 -05:00
RemoteVideo.js Merge pull request #1757 from jitsi/rc_dialog_to_notification 2017-07-14 11:32:54 -07:00
SmallVideo.js feat(indicators): move the "top toolbar" indicators to react (#1699) 2017-07-10 17:29:44 -05:00
VideoContainer.js ref(VideoLayout): reduce 'forceUpdate' usage 2017-07-12 10:29:18 -07:00
VideoLayout.js ref(VideoLayout): reduce 'forceUpdate' usage 2017-07-12 10:29:18 -07:00