jiti-meet/react/features/base
Lyubo Marinov ee9fcbb735 Remove remote participants who are no longer of interest
The Jitsi Meet app always has at most 1 conference of primary interest.
It may have to juggle with 2 JitsiConference instances at the same time
if 1 is in the process of being left and one is joining/joined. But the
one which is joining or joined (which we call conference in the
features/base/conference redux state) is the one "of interest", the
other one is "clean up". Consequently, the remote participants of the
conference "of interest" are the remote participants "of interest" and
the others are "clean up". In order to reduce the time during which
there may be multiplying remote thumbnails, clean the remote
participants who are no longer "of interest" up.
2018-05-23 09:46:15 -05:00
..
conference Associate remote participant w/ JitsiConference (_UPDATED) 2018-05-23 09:46:15 -05:00
config [RN] If base/config knows a domain, then the app knows it 2018-05-14 16:33:02 -05:00
connection Coding style: commends, formatting, sorting order 2018-05-20 22:58:34 -05:00
devices Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00
dialog [RN] Simplify styles which fill the parent view 2018-05-23 14:30:22 +02:00
font-icons feat(recording): new label for live streaming (#2890) 2018-04-29 21:30:07 -07:00
i18n ref(i18next): Remove the base/config dependancy. 2018-05-18 13:34:08 -05:00
jwt Associate remote participant w/ JitsiConference (_UPDATED) 2018-05-23 09:46:15 -05:00
known-domains Coding style: naming, comments 2018-05-14 16:31:47 -05:00
label feat(recording): frontend logic can support live streaming and recording (#2952) 2018-05-16 07:00:16 -07:00
lib-jitsi-meet feat(recording): frontend logic can support live streaming and recording (#2952) 2018-05-16 07:00:16 -07:00
logging feat(deep_linking): add analytics 2018-04-26 10:11:34 +02:00
media [RN] Simplify styles which fill the parent view 2018-05-23 14:30:22 +02:00
participants Remove remote participants who are no longer of interest 2018-05-23 09:46:15 -05:00
popover fix(filmstrip-only): prevent stats display 2017-10-10 12:47:19 -05:00
react [RN] Simplify styles which fill the parent view 2018-05-23 14:30:22 +02:00
redux StateListenerRegistry 2018-05-23 09:46:15 -05:00
responsive-ui Fix iPad rotation related issue when in PiP 2018-03-22 16:40:17 -04:00
settings Fix accidental overwrite of localParticipant with empty values 2018-05-09 15:20:22 +02:00
sounds Outgoing call ringtones (#2949) 2018-05-16 11:03:10 -04:00
storage Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00
styles [RN] Add utility function to combine 2 sets of styles 2018-05-23 10:03:58 +02:00
testing Adds in memory log storage, to be used while testing. (#2858) 2018-04-24 13:56:54 -05:00
toolbox feat(toolbox): add disabledStyles to AbstractButton 2018-05-23 11:14:42 +02:00
tracks Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00
util Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00