jiti-meet/react/features/prejoin
Jaya Allamsetty 0138f23755
feat(conference): Enable forced reload of client on bridge failure.
* feat(conference): Enable forced reload of client on bridge failure.
Force the client to reload when the bridge that is handling the media goes down.
This mitigates issues seen on the bridge because of a client re-joining the call with the same endpointId, BWE issues, etc.
This behavior is configurable through 'enableForcedReload' setting in config.js.
The client skips the pre-join page when the page reloads.

* squash: refactor the restart logic.

* squash: fix description

* squash: dispatch conferenceWillLeave action before reload.
2021-02-04 12:33:18 -05:00
..
components feat(prejoin) show connection status in exported prejoin screen 2020-10-07 17:23:49 +02:00
actionTypes.js feat(conference): Enable forced reload of client on bridge failure. 2021-02-04 12:33:18 -05:00
actions.js feat(conference): Enable forced reload of client on bridge failure. 2021-02-04 12:33:18 -05:00
functions.js feat(conference): Enable forced reload of client on bridge failure. 2021-02-04 12:33:18 -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(prejoin): Show warning if audio device does not receive data 2020-08-25 11:39:59 -05:00
reducer.js feat(conference): Enable forced reload of client on bridge failure. 2021-02-04 12:33:18 -05:00
utils.js feat(prejoin_page): Add ability for guest to join audio by phone 2020-05-18 14:47:44 +02:00