fix(config) remove unused options (#7723)

* fix(config) remove unused options

* Update configWhitelist.js
This commit is contained in:
Saúl Ibarra Corretgé 2020-09-18 15:55:09 +02:00 committed by GitHub
parent d2ec0ea6f3
commit 188771751d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -632,8 +632,6 @@ var config = {
// List of undocumented settings used in jitsi-meet // List of undocumented settings used in jitsi-meet
/** /**
_immediateReloadThreshold _immediateReloadThreshold
autoRecord
autoRecordToken
debug debug
debugAudioLevels debugAudioLevels
deploymentInfo deploymentInfo

View File

@ -15,8 +15,6 @@ export default [
'abTesting', 'abTesting',
'analytics.disabled', 'analytics.disabled',
'audioLevelsInterval', 'audioLevelsInterval',
'autoRecord',
'autoRecordToken',
'apiLogLevels', 'apiLogLevels',
'avgRtpStatsN', 'avgRtpStatsN',