Browse Source

fix(config) remove unused options (#7723)

* fix(config) remove unused options

* Update configWhitelist.js
master
Saúl Ibarra Corretgé 5 years ago
parent
commit
188771751d
No account linked to committer's email address
2 changed files with 0 additions and 4 deletions
  1. 0
    2
      config.js
  2. 0
    2
      react/features/base/config/configWhitelist.js

+ 0
- 2
config.js View File

@@ -632,8 +632,6 @@ var config = {
632 632
     // List of undocumented settings used in jitsi-meet
633 633
     /**
634 634
      _immediateReloadThreshold
635
-     autoRecord
636
-     autoRecordToken
637 635
      debug
638 636
      debugAudioLevels
639 637
      deploymentInfo

+ 0
- 2
react/features/base/config/configWhitelist.js View File

@@ -15,8 +15,6 @@ export default [
15 15
     'abTesting',
16 16
     'analytics.disabled',
17 17
     'audioLevelsInterval',
18
-    'autoRecord',
19
-    'autoRecordToken',
20 18
     'apiLogLevels',
21 19
     'avgRtpStatsN',
22 20
 

Loading…
Cancel
Save