Browse Source

fix(interfaceConfig) mark as deprecated

j8
Saúl Ibarra Corretgé 3 years ago
parent
commit
cff0a619f5
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      interface_config.js

+ 7
- 0
interface_config.js View File

@@ -1,6 +1,13 @@
1 1
 /* eslint-disable no-unused-vars, no-var, max-len */
2 2
 /* eslint sort-keys: ["error", "asc", {"caseSensitive": false}] */
3 3
 
4
+/**
5
+ * !!!IMPORTANT!!!
6
+ *
7
+ * This file is considered deprecated. All options will eventually be moved to
8
+ * config.js, and no new options should be added here.
9
+ */
10
+
4 11
 var interfaceConfig = {
5 12
     APP_NAME: 'Jitsi Meet',
6 13
     AUDIO_LEVEL_PRIMARY_COLOR: 'rgba(255,255,255,0.4)',

Loading…
Cancel
Save