jiti-meet/modules
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
..
API feat(callee-info): Redesign. 2018-07-09 20:22:43 -05:00
UI ref(large-video): combine selectParticipant logic from web (#3266) 2018-07-20 13:19:26 -05:00
devices Remove state from mediaDeviceHelper (#3226) 2018-07-13 10:31:28 -07:00
keyboardshortcut fix(keyboard-shortcuts): process Unidentified keys (#2813) 2018-04-16 16:33:26 -05:00
keycode feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
recorder feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
remotecontrol Upgrade NPM dependencies/packages: react-native 0.50 2017-12-04 00:45:18 -06:00
translation ref(i18next): Remove the base/config dependancy. 2018-05-18 13:34:08 -05:00
transport ref(toolbar): remove contact list 2018-04-10 09:34:52 +02:00
util Adds in memory log storage, to be used while testing. (#2858) 2018-04-24 13:56:54 -05:00
FollowMe.js ref(video-layout): get pinned ID directly from redux 2018-06-01 10:42:57 -07:00