jiti-meet/modules
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
..
API fix(iframe_api): Remove min height/width. 2017-07-14 12:56:20 -05:00
UI feat(local-video): convert to react (#1705) 2017-07-14 14:22:27 -05:00
URL Move ConferenceUrl.inviteURL into React and redux 2017-06-01 21:04:31 -05:00
analytics fix: adds a hasOwnProperty check, uses "let". 2017-07-05 16:31:50 -05:00
devices ref: enable/disable video button 2017-07-12 10:29:18 -07:00
keyboardshortcut ref: module.exports -> export for the ES6 modules 2017-06-14 19:37:13 -05:00
keycode style(keycode): Comment 2017-01-23 15:29:25 -06:00
recorder ESLint 2016-10-03 11:12:27 -05:00
remotecontrol fix(remotecontrol): Replace info dialogs with notifications. 2017-07-14 12:58:37 -05:00
settings [RN] fix(Avatar): Match the implementation for web 2017-03-08 13:21:34 -06:00
translation Fixes loading jquery-i18next. 2017-03-07 17:30:20 -06:00
transport fix(device_selection_popup): On Firefox 2017-06-13 14:08:50 -05:00
util fix: some exports to make it work with webpack 2 2017-06-14 19:37:13 -05:00
FollowMe.js Approach consistent filmstrip naming 2017-04-10 12:59:44 -05:00