jiti-meet/react/features/prejoin
Дамян Минков ea26a48678
feat: Hides prejoin screen on conference in progress event. (#10175)
* feat: Hides prejoin screen on conference in progress event.

We enter the conference view as early as possible on conference in progress as the joined event can be late in a big conference.
Also, we show conference view only when joining is in progress, for example, the with the lobby enabled where we try to join but fail, we do not want to show the conference view for a fraction of a second before showing lobby screen.

* squash: Drops CONFERENCE_JOIN_IN_PROGRESS.

* squash: Updates ljm with the new JitsiConference event.

* squash: Adds some debugs to the github action.

Easier to catch problems with package-lock.json file.
2021-10-15 11:53:50 -07:00
..
components feat(config): Add config option for making display name read only 2021-10-05 14:36:34 +03:00
actionTypes.js fix(prejoin): Prevent double joining conference. 2021-09-30 10:28:16 -05:00
actions.js feat: Hides prejoin screen on conference in progress event. (#10175) 2021-10-15 11:53:50 -07:00
functions.js fix(prejoin) Hide prejoin screen on init join conference 2021-10-14 17:44:47 -05:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
logger.js feat(prejoin_page): Add prejoin page 2020-05-04 12:49:35 +02:00
middleware.js feat: Hides prejoin screen on conference in progress event. (#10175) 2021-10-15 11:53:50 -07:00
reducer.js fix(prejoin): Prevent double joining conference. 2021-09-30 10:28:16 -05:00
utils.js feat(prejoin_page): Add ability for guest to join audio by phone 2020-05-18 14:47:44 +02:00