jiti-meet/react/features/base/config
virtuacoplenny a1383bf730
fix(local-recording): allow config override to enable (#3615)
* fix(local-recording): allow config override to enable

Config overrides are not set until some time after
APP_WILL_MOUNT has completed and not in the same execution
context as when APP_WILL_MOUNT is called. So instead
choose recording controller initialization at a later time.
The time chosen is after conference join because the
controller needs the conference instance to work.

* remove redundant conditional check
2019-01-29 08:22:50 -08:00
..
actionTypes.js [RN] Fix processing outdated loadConfig requests (continued) 2018-05-23 16:48:23 -05:00
actions.js [RN] Fix processing outdated loadConfig requests (continued) 2018-05-23 16:48:23 -05:00
constants.js [RN] If base/config knows a domain, then the app knows it 2018-05-14 16:33:02 -05:00
functions.js fix(local-recording): allow config override to enable (#3615) 2019-01-29 08:22:50 -08: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
middleware.js feat(App): refactor App and split it into BaseApp and App 2018-07-12 11:28:19 -05:00
parseURLParams.js ref(utils): use web reportError helper (#3283) 2018-07-21 08:16:32 -07:00
reducer.js ref(config): Create 'analytics' section. 2019-01-07 14:32:31 +00:00