jiti-meet/react/features/app
Дамян Минков 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 feat(app) fix navigation from external link 2022-02-01 13:12:09 +01:00
actions.any.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
actions.native.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
actions.web.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
functions.any.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
functions.native.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
functions.web.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
getRouteToRender.native.js feat(rn,app) unified navigators 2022-01-25 13:55:57 +01:00
getRouteToRender.web.js fix lint errors 2022-01-25 17:14:28 -06:00
logger.js logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
middleware.js feat(rn,app) unified navigators 2022-01-25 13:55:57 +01:00
middlewares.any.js fix: leaking listeners while waiting on auth dialog (#11288) 2022-04-05 21:13:39 -05:00
middlewares.native.js feat(gif, rn) Added GIPHY integration on native (#11236) 2022-03-30 16:54:03 +03:00
middlewares.web.js feat(face-landmarks) merge face expressions and face centering (#11283) 2022-04-04 16:09:14 +03:00
reducers.any.js feat(gif) Added GIF support (GIPHY integration) (#11021) 2022-03-11 15:00:49 +02:00
reducers.native.js feat(rn) drop incoming call handling 2022-02-22 13:54:21 +01:00
reducers.web.js feat(face-landmarks) merge face expressions and face centering (#11283) 2022-04-04 16:09:14 +03:00