jiti-meet/react/features/recording
Дамян Минков a99532b0d8
fix: leaking listeners while waiting on auth dialog (#11288)
* fix: Drop duplicate call of wait for owner.

* fix: Fixes leaking listeners while waiting for host to join.

While waiting for the host to join on the dialog we attempt to join over and over again till we are admitted to enter the meeting. While doing that authRequired flag is on, and we were adding listeners on and on.

* feat: Introduces conference join in progress action.

This event is coming from lib-jitsi-meet and is fired when we receive the first presence of series when joining. It is always fired before joined event.

* fix: Moves testing middleware to use CONFERENCE_JOIN_IN_PROGRESS.

* fix: Moves follow-me middleware to use CONFERENCE_JOIN_IN_PROGRESS.

* fix: Moves some polls logic to middleware and use CONFERENCE_JOIN_IN_PROGRESS.

* fix: Moves reactions middleware to use CONFERENCE_JOIN_IN_PROGRESS.

* fix: Moves recordings middleware to use CONFERENCE_JOIN_IN_PROGRESS.

* fix: Moves shared-video middleware to use CONFERENCE_JOIN_IN_PROGRESS.

* fix: Moves videosipgw middleware to use CONFERENCE_JOIN_IN_PROGRESS.

* squash: Fix comments.

* fix: Fixes join in progress on web.

* fix: Moves variable extraction inside handlers.

* fix: Moves variable extraction inside handlers again.

* fix: Moves etherpad middleware to use CONFERENCE_JOIN_IN_PROGRESS.
2022-04-05 21:13:39 -05:00
..
components fix(highlights) allow highlighting moments if recording is running (#11301) 2022-04-04 12:08:11 +03:00
actionTypes.js feat(recording) allow highlighting meeting recording moments (#10981) 2022-03-14 10:31:08 +02:00
actions.any.js fix(highlight) fix notifications not disappearing (#11183) 2022-03-21 15:14:26 +02:00
actions.native.js add(highlights): mobile flow (#11168) 2022-03-18 16:16:56 +02:00
actions.web.js feat(notifications) revisit timeouts and make them configurable 2021-11-24 12:05:27 +01:00
constants.js fix(highlight) display option to start recording (#11146) 2022-03-18 10:19:20 +02:00
functions.js Fixes for highlights mobile (#11209) 2022-04-01 12:58:03 +02: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.js fix: leaking listeners while waiting on auth dialog (#11288) 2022-04-05 21:13:39 -05:00
reducer.js feat(recording) allow highlighting meeting recording moments (#10981) 2022-03-14 10:31:08 +02:00
sounds.js Adds live streaming sound notification. (#4532) 2019-08-12 18:34:38 +03:00