Browse Source

config: add roomPasswordNumberOfDigits to whitelist

master
Saúl Ibarra Corretgé 4 years ago
parent
commit
b831bb8350
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/base/config/configWhitelist.js

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

@@ -132,6 +132,7 @@ export default [
132 132
     'prejoinPageEnabled',
133 133
     'requireDisplayName',
134 134
     'remoteVideoMenu',
135
+    'roomPasswordNumberOfDigits',
135 136
     'resolution',
136 137
     'startAudioMuted',
137 138
     'startAudioOnly',

Loading…
Cancel
Save