jiti-meet/react/features/base
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
..
conference [RN] Fix disconnecting before the connection was established 2017-07-07 12:21:08 -05:00
config [RN] Fix TypeError: undefined is not an object (evaluating 'this.options.p2p.useStunTurn') 2017-07-05 16:34:06 -05:00
connection [RN] Fix disconnecting before the connection was established 2017-07-07 12:21:08 -05:00
devices [RN] Polyfill Symbol 2017-05-26 16:37:22 -05:00
dialog User Picker Implementation 2017-07-10 09:56:38 -07:00
font-icons [RN] Update jitsi font icon selection 2017-07-06 17:14:00 -05:00
i18n Prepare for eslint 4 2017-06-14 22:17:35 -05:00
lib-jitsi-meet [RN] Fix TypeError: undefined is not an object (evaluating 'this.options.p2p.useStunTurn') 2017-07-05 16:34:06 -05:00
logging Fix the initialization of the (external) API 2017-05-30 09:38:18 -05:00
media feat(local-video): convert to react (#1705) 2017-07-14 14:22:27 -05:00
participants feat(display-name): convert to React (#1672) 2017-06-28 22:35:43 -05:00
react Fix(AddPeopleDialog): Close dialog on submit (#1761) 2017-07-12 08:35:00 -07:00
redux Introduce features/base/logging 2017-04-23 23:30:53 -05:00
styles Remove an unnecessary file 2017-03-20 14:42:54 -05:00
tracks fix(tracks): remove mute and videotype listeners on track remove 2017-07-13 09:37:39 +02:00
util Move roomnameGenerator.js out of features/base/util 2017-04-14 13:14:02 -05:00