jiti-meet/react/features/base/participants
virtuacoplenny 928181cd7a feat(display-name): convert to React (#1672)
* feat(display-name): convert to React

- Create a new React Component for displaying and updating display
  names on small videos
- The updating of the Component is defined in the parent class
  SmallVideo, which children will get access to through prototype
  copying
- Create a new actionType and middleware so name changes that occur
  in DisplayName can be propogated to outside redux
- Update the local video's DisplayName when a conference is joined
  or else the component may keep an undefined user id

* squash: query for the container, not the el owned by react
2017-06-28 22:35:43 -05:00
..
components [RN] Coding style 2017-06-10 18:07:51 -05:00
actionTypes.js feat(display-name): convert to React (#1672) 2017-06-28 22:35:43 -05:00
actions.js feat(display-name): convert to React (#1672) 2017-06-28 22:35:43 -05:00
constants.js feat(display-name): convert to React (#1672) 2017-06-28 22:35:43 -05:00
functions.js Move ConferenceUrl.inviteURL into React and redux 2017-06-01 21:04:31 -05:00
index.js ref(avatar): Move Avatar and Participant view to base/participants 2017-03-02 16:57:43 -06:00
middleware.js feat(display-name): convert to React (#1672) 2017-06-28 22:35:43 -05:00
reducer.js Simplify, comply w/ coding style 2017-04-22 17:57:08 -05:00