jiti-meet/react/features/invite
Lyubo Marinov 8cd2bd272b Reduce direct read access to the features/base/participants redux state
As part of the work on fixing the problem with the multiplying
thumbnails, we've associated remote participant w/ JitsiConference.
However, there are periods of time when multiple JitsiConferences are in
the redux state (and that period is going to be shorted by
StateListenerRegistry). In order to give more control to the feature
base/participants, reduce the occurrences of direct access to the
features/base/participants redux state and utilize the feature's
existing read access functions. Which will allow us in the future to
enhance these functions to access participants which are relevant to the
current conference of interest to the user only.
2018-05-23 09:46:15 -05:00
..
components Reduce direct read access to the features/base/participants redux state 2018-05-23 09:46:15 -05:00
actionTypes.js [RN] add support for inviting participants during a call on mobile (2) 2018-05-02 12:54:02 +02:00
actions.js Coding style/naming: invite & invitee(s) 2018-05-03 10:31:15 +02:00
constants.js Outgoing call ringtones (#2949) 2018-05-16 11:03:10 -04:00
functions.js feat(participants): add isLocalParticipantModerator utility method 2018-05-18 13:18:24 -05:00
index.js [RN] add support for inviting participants during a call on mobile 2018-04-25 18:58:06 +02:00
middleware.any.js Reduce direct read access to the features/base/participants redux state 2018-05-23 09:46:15 -05:00
middleware.native.js [Android] Fix possible TypeError in multi-JitsiMeetView SDK consumers 2018-05-09 23:45:24 -05:00
middleware.web.js [RN] add support for inviting participants during a call on mobile (2) 2018-05-02 12:54:02 +02:00
reducer.js [RN] add support for inviting participants during a call on mobile (2) 2018-05-02 12:54:02 +02:00
sounds.js Outgoing call ringtones (#2949) 2018-05-16 11:03:10 -04:00