jiti-meet/modules/UI/videolayout
virtuacoplenny afd2aea79c ref(large-video): combine selectParticipant logic from web (#3266)
* ref(large-video): combine selectParticipant logic from web

Currently native/middleware/redux has its own logic for selecting a participant
on the bridge. To have the logic web respect that logic, a few changes are
needed.
- Web no longer has its own call to selectParticipant.
- To keep in line with web logic selectParticipant action should act even when
  there is no track. This makes it so that when a participant does get a track
  that the bridge will send high quality. The bridge can already handle when the
  selected participant does not have a video track.
- The timing of web is such that on joining an existing conference, a
  participant joins and the participant's tracks get updated and then the
  conference is joined. The result is selectParticipant does not get fired
  because it no-ops when there is no conference. To avoid having to make
  uncertain changes (to be lazy), update the selected participant on conference
  join as well.

* squash: update comment, pass message to error handler
2018-07-20 13:19:26 -05:00
..
Filmstrip.js ref(filmstirp): remove animate flag from resizeThumbnails 2018-04-10 16:18:45 -05:00
LargeContainer.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
LargeVideoManager.js fix(presence-label):styles 2018-07-09 20:22:43 -05:00
LocalVideo.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 2018-06-28 13:55:12 +02:00
RemoteVideo.js fix(presence-label):styles 2018-07-09 20:22:43 -05:00
SmallVideo.js feat(small-video): add flag to hide connection indicators (#3225) 2018-07-06 08:24:38 -07:00
VideoContainer.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 2018-06-28 13:55:12 +02:00
VideoLayout.js ref(large-video): combine selectParticipant logic from web (#3266) 2018-07-20 13:19:26 -05:00