jiti-meet/react/features/base/config
Saúl Ibarra Corretgé 3cc181a2e5 rn,config: create a fake config if we cannot load one on the welcome page
We try to load the configuration with every room change, even when there is no
room. There is a bad (corner) case: when we have no config cached (first boot or
wiped app data). In such case the user is trapped in an infinite loop because we
require the config to show the welcome page, oh well.

Pretend we have a configuration by creating the most minimal one to at least get
to the welcome page.
2019-09-13 19:07:26 +02:00
..
actionTypes.js [RN] Add conference connecting overlay 2019-04-10 15:47:36 +02:00
actions.js [RN] Add conference connecting overlay 2019-04-10 15:47:36 +02:00
constants.js [RN] If base/config knows a domain, then the app knows it 2018-05-14 16:33:02 -05:00
functions.any.js rn,config: create a fake config if we cannot load one on the welcome page 2019-09-13 19:07:26 +02:00
functions.native.js android: add the ability to make a "libre" build 2019-05-02 09:26:20 +02:00
functions.web.js android: add the ability to make a "libre" build 2019-05-02 09:26:20 +02:00
getRoomName.js [RN] Support JSON Web Token (JWT) 2017-05-09 00:21:14 -05:00
index.js fix: synchronize global 'config' var with the reducer's state 2018-03-20 21:07:45 -04:00
logger.js logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
middleware.js feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
parseURLParams.js fix(api): support params with value of undefined 2019-07-10 11:09:11 -07:00
reducer.js config: remove old backwards compatibility shim 2019-07-25 11:45:16 +02:00