jiti-meet/react/features/analytics
virtuacoplenny 84b589719f fix(connection): reload immediately on possible split-brain (#3162)
* fix(connection): reload immediately on possible split-brain

There isn't an explicit way to know when a split brain
scenario has happened. It is assumed it arises when an
"item-not-found" connection error is encountered early
on in the conference. So, store when a connection has
happened so it be calculated how much time has
elapsed and if the threshold has not been exceeded
then do an immediate reload of the app instead of
showing the overlay with a reload timer.

* squash: rename isItemNotFoundError -> isShardChangedError
2018-07-02 16:22:51 -05:00
..
AnalyticsEvents.js fix(connection): reload immediately on possible split-brain (#3162) 2018-07-02 16:22:51 -05:00
functions.js feat: Makes the google analytics tracking id configurable. 2018-02-12 14:00:04 -06:00
index.js ref(analytics): centralize all event names (#2272) 2017-12-11 12:48:32 -06:00
middleware.js fix(analytics): Room name persistant prop. 2018-05-31 16:41:44 +02:00