jiti-meet/modules/UI
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
..
audio_levels feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
authentication fix(reload): Preserve URL params on reload/redirect. 2018-02-28 14:28:56 -06:00
etherpad fix(toolbar): etherpad button should say open when etherpad is hidden (#2769) 2018-04-09 11:02:21 -07:00
shared_video Renames isBot -> isFakeParticipant. 2018-06-22 18:23:17 -05:00
side_pannels Refactor settings modal (#3121) 2018-06-20 13:19:53 -07:00
util Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00
videolayout ref(large-video): combine selectParticipant logic from web (#3266) 2018-07-20 13:19:26 -05:00
UI.js Remove state from mediaDeviceHelper (#3226) 2018-07-13 10:31:28 -07:00
UIErrors.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00