jiti-meet/react/features/local-recording
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
..
components Fix eslint/jsdoc warnings (doc change only!) 2018-11-08 15:52:34 +01:00
controller Fix eslint/jsdoc warnings (doc change only!) 2018-11-08 15:52:34 +01:00
recording Fix eslint/jsdoc warnings (doc change only!) 2018-11-08 15:52:34 +01:00
session feat(eslint): tame the beast 2018-10-10 18:07:36 +02:00
actionTypes.js WIP: Convert inline dialog to modal dialog 2018-08-08 09:18:16 +10:00
actions.js WIP: Convert inline dialog to modal dialog 2018-08-08 09:18:16 +10:00
index.js Implement local recording 2018-08-08 09:18:16 +10:00
middleware.js fix(local-recording): allow config override to enable (#3615) 2019-01-29 08:22:50 -08:00
reducer.js WIP: Convert inline dialog to modal dialog 2018-08-08 09:18:16 +10:00