jiti-meet/react/features/base/participants
Lyubo Marinov 983e62ffe9 Associate remote participant w/ JitsiConference (_JOINED)
The plan set in motion here is to associate remote participants with the
JitsiConference instances that created them in order to be able to
remove remote participants when a JitsiConference is no longer the
primary focus of the jitsi-meet app. And that's supposed to alleviate a
problem with multiplying remote thumbnails.

Doing all of the above in a single commit is a bit of a high order. So
I'm splitting the whole into multiple successive commits for the
purposes of observability, comprehension. Each commit is supposed to be
safe even if subsequent commits are not accepted, are reverted,
whatever. Obviously, without the successive commits, a commit may be
"unused".

One of the important pieces of the multiplying remote thumbnails "fix"
offered is removing remote participants who are no longer of interest
i.e. PARTICIPANT_LEFT. But in order for _LEFT to be implemented, _JOINED
must be implemented first.
2018-05-23 09:44:26 -05:00
..
components fix(testing): add TestHint for LargeVideo 2018-04-19 16:49:22 -05:00
actionTypes.js feat(jitsipopover): convert to InlineDialog (#1804) 2017-08-14 10:02:58 -05:00
actions.js Associate remote participant w/ JitsiConference (_JOINED) 2018-05-23 09:44:26 -05:00
constants.js feat: add join/leave sounds on mobile 2018-03-13 16:57:28 -05:00
functions.js feat(participants): add isLocalParticipantModerator utility method 2018-05-18 13:18:24 -05:00
index.js ref(avatar): Move Avatar and Participant view to base/participants 2017-03-02 16:57:43 -06:00
middleware.js Associate remote participant w/ JitsiConference (_JOINED) 2018-05-23 09:44:26 -05:00
reducer.js Associate remote participant w/ JitsiConference (_JOINED) 2018-05-23 09:44:26 -05:00
sounds.js fix(RN): bundle sound files in release build 2018-04-10 10:59:52 +02:00