virtuacoplenny
2bd0f77671
Move a couple calls to update VideoLayout into the redux update flow (#3173)
* ref(video-layout): move middleware for TRACK_ADDED
* ref(video-layout): call mucJoined when redux knowns of conference join
7 years ago
Leonard Kim
91323ebfec
ref(video-layout): add thumbnails on participant join action
7 years ago
Leonard Kim
1e3dc20b44
ref(video-layout): video layout controls own updating after user leave
7 years ago
Leonard Kim
ec0439cbb1
ref(video-layout): updates connection status when redux updates
7 years ago
Leonard Kim
05801711a7
ref(video-layout): get pinned ID directly from redux
7 years ago
Leonard Kim
57f7abc6dd
ref(video-layout): get dominant speaker state from redux
Instead of keeping dominant speaker locally, get it from redux and be
updated when the dominant speaker changes. This is in an attempt to mimic
the video layout being reactified and connected to redux.
7 years ago
Leonard Kim
c4b31435fb
ref(video-layout): create middleware to update video layout
The goal will be to make video layout stateless and instead
get all state from redux.
7 years ago