jiti-meet/react/features/base/conference
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
..
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
constants.js fix(avatar) remove participant's "avatarID" 2020-10-16 14:44:10 +02:00
functions.js ref(thumbnail): use connectionStatus from redux. 2020-10-29 12:05:40 -05: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.any.js feat(conference): Enable forced reload of client on bridge failure. 2021-02-04 12:33:18 -05:00
middleware.native.js feat(android) add screen-sharing support 2020-11-04 14:45:16 +01:00
middleware.web.js feat(conference): Enable forced reload of client on bridge failure. 2021-02-04 12:33:18 -05:00
reducer.js cleanup: Remove unused code. 2020-12-01 08:32:26 -06:00