jiti-meet/react/features/recording
virtuacoplenny ef1b8fdb77 ref(1-on-1): move remote video visibility to a selector (#1922)
* ref(1-on-1): move remote visibility to a selector

Derive whether or not remote videos should display using a selector
to look across different states. A selector was chosen over using
memoized selectors (reselect) or subscribers as a first step
approach, avoiding additional mutations caused by a subscriber
updating the filmstrip state and avoiding additional api overhead
introduced by reselect.

* rename selector
2017-08-29 10:08:16 -05:00
..
components ref(1-on-1): move remote video visibility to a selector (#1922) 2017-08-29 10:08:16 -05:00
actionTypes.js ref(recording): convert recording label to react (#1915) 2017-08-25 11:45:30 -05:00
actions.js ref(recording): convert recording label to react (#1915) 2017-08-25 11:45:30 -05:00
index.js ref(recording): convert recording label to react (#1915) 2017-08-25 11:45:30 -05:00
reducer.js ref(recording): convert recording label to react (#1915) 2017-08-25 11:45:30 -05:00