jiti-meet/react/features/base
paweldomas 022954b40b fix(base/connection/reducer): clear 'connection' field
Currently the listeners for disconnected and failed connection events
are unsubscribed as soon as the connection is established, so
the CONNECTION_DISCONNECTED is never triggered which would clear the
'connection' field. This commit will clear the 'connection' state on
CONNECTION_WILL_CONNECT. It's needed anyway given that there's no
guarantee on when and if the async disconnect operation will finish.

One issue caused by the 'connection' not cleared was that
CONNECTION_FAILED was not reduced correctly and the reload screen was
not displayed for the following scenario:
1. Join and leave any working conference.
2. Turn off network connectivity on the device.
3. Wait for CONNECTION_FAILED. The reload screen will not be displayed,
   because CONNECTION_FAILED is not reduced correctly, because the old
   'connection' value is still there.
2018-06-20 15:52:45 +02:00
..
conference Token based features (#3075) 2018-06-15 13:10:22 -05:00
config Token based features (#3075) 2018-06-15 13:10:22 -05:00
connection fix(base/connection/reducer): clear 'connection' field 2018-06-20 15:52:45 +02:00
devices Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00
dialog flow: tame the beast (coding style) 2018-06-04 16:05:48 -05:00
font-icons feat(recording): new label for live streaming (#2890) 2018-04-29 21:30:07 -07:00
i18n [RN] Update react-native to 0.55.4 (continued) 2018-06-04 16:05:48 -05:00
jwt Token based features (#3075) 2018-06-15 13:10:22 -05:00
known-domains [RN] WelcomeScreen post-merge changes 2018-05-30 11:13:16 +02:00
label [RN] Implement web's CircularLabel component for mobile 2018-05-30 12:13:32 +02:00
lib-jitsi-meet feat(recording): frontend logic can support live streaming and recording (#2952) 2018-05-16 07:00:16 -07:00
logging feat(deep_linking): add analytics 2018-04-26 10:11:34 +02:00
media flow: tame the beast 2018-06-04 16:05:48 -05:00
participants [RN] Remove unneeded code 2018-06-08 08:22:18 -05:00
popover fix(filmstrip-only): prevent stats display 2017-10-10 12:47:19 -05:00
react [RN] Change default WelcomeScreen tab and persist user choice (coding style) 2018-06-18 15:42:09 -05:00
redux StateListenerRegistry 2018-05-23 09:46:15 -05:00
responsive-ui flow: tame the beast 2018-06-04 16:05:48 -05:00
settings Fix accidental overwrite of localParticipant with empty values 2018-05-09 15:20:22 +02:00
sounds react: remove custom Fragment 2018-06-04 16:05:48 -05:00
storage Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00
styles fix(aot): JS error (#3118) 2018-06-08 14:46:58 -07:00
testing flow: tame the beast 2018-06-04 16:05:48 -05:00
toolbox fix(i18n) Accessiblity labels translations (#3071) 2018-06-07 13:32:18 -07:00
tracks Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00
util Make web use the redux settings/profile 2018-05-09 15:20:22 +02:00