jiti-meet/react/features/base/conference
Hristo Terezov 0bdc7d42c5
feat: Participants optimisations (#9515)
* fix(participants): Change from array to Map

* fix(unload): optimise

* feat: Introduces new states for e2ee feature.

Stores everyoneSupportsE2EE and everyoneEnabledE2EE to minimize looping through participants list.

squash: Uses participants map and go over the elements only once.

* feat: Optimizes isEveryoneModerator to do less frequent checks in all participants.

* fix: Drops deep equal from participants pane and uses the map.

* fix(SharedVideo): isVideoPlaying

* fix(participants): Optimise isEveryoneModerator

* fix(e2e): Optimise everyoneEnabledE2EE

* fix: JS errors.

* ref(participants): remove getParticipants

* fix(participants): Prepare for PR.

* fix: Changes participants pane to be component.

The functional component was always rendered:
`prev props: {} !== {} :next props`.

* feat: Optimization to skip participants list on pane closed.

* fix: The participants list shows and the local participant.

* fix: Fix wrong action name for av-moderation.

* fix: Minimizes the number of render calls of av moderation notification.

* fix: Fix iterating over remote participants.

* fix: Fixes lint error.

* fix: Reflects participant updates for av-moderation.

* fix(ParticipantPane): to work with IDs.

* fix(av-moderation): on PARTCIPANT_UPDATE

* fix(ParticipantPane): close delay.

* fix: address code review comments

* fix(API): mute-everyone

* fix: bugs

* fix(Thumbnail): on mobile.

* fix(ParticipantPane): Close context menu on click.

* fix: Handles few error when local participant is undefined.

* feat: Hides AV moderation if not supported.

* fix: Show mute all video.

* fix: Fixes updating participant for av moderation.

Co-authored-by: damencho <damencho@jitsi.org>
2021-07-09 15:36:19 +03:00
..
actionTypes.js feat(conference): Enable forced reload of client on bridge failure. 2021-02-04 12:33:18 -05:00
actions.js feat(replace-participant): Add replaceParticipant feature-flag 2021-06-16 14:08:18 +03:00
constants.js fix(avatar) remove participant's "avatarID" 2020-10-16 14:44:10 +02:00
functions.js feat(replace-participant): Replace participant with same jwt in the conf 2021-06-15 14:24:12 +03:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
logger.js logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
middleware.any.js feat: Participants optimisations (#9515) 2021-07-09 15:36:19 +03:00
middleware.native.js fix(ios) fix leaving the meeting when screen-sharing 2021-04-28 13:33:11 +02:00
middleware.web.js fix(screenshare): remove redundant event / only show on supported env (#9100) 2021-04-28 17:06:41 +03:00
reducer.js cleanup: Remove unused code. 2020-12-01 08:32:26 -06:00