jiti-meet/react/features/filmstrip
virtuacoplenny 735a596afe ref(recording): convert recording label to react (#1915)
* ref(recording): convert recording label to react

- Create a RecordingLabel component for displaying the current
  recording state, as reflected in the redux store. This is
  needed for 1-on-1 mode to be completely in redux.
- Update the store with the recording state so RecordingLabel
  can update itself.
- Remove previous logic for updating the non-react label, which
  includes event emitting for filmstrip visibility changes,
  as RecordingLabel is hooked into redux updates.

* ref(recording): use status and type constants from lib

* make label really dumb, move logic back to Recording
2017-08-25 11:45:30 -05:00
..
components ref(local-video): generate html instead of hardcoding in filmstrip 2017-08-22 10:27:34 -05:00
actionTypes.js [RN] Polyfill Symbol 2017-05-26 16:37:22 -05:00
actions.js fix(vertical-filmstrip): different label animations for filmstrip states (#1596) 2017-05-24 20:57:55 -05:00
index.js fix(vertical-filmstrip): move video status labels back to top right 2017-05-23 13:28:27 -07:00
middleware.js ref(recording): convert recording label to react (#1915) 2017-08-25 11:45:30 -05:00
reducer.js ref(filmstrip): hook filmstrip to redux for 1-on-1 mode 2017-08-17 17:27:30 -05:00