Browse Source

fix(interfaceConfig) mark as deprecated

j8
Saúl Ibarra Corretgé 4 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
 /* eslint-disable no-unused-vars, no-var, max-len */
1
 /* eslint-disable no-unused-vars, no-var, max-len */
2
 /* eslint sort-keys: ["error", "asc", {"caseSensitive": false}] */
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
 var interfaceConfig = {
11
 var interfaceConfig = {
5
     APP_NAME: 'Jitsi Meet',
12
     APP_NAME: 'Jitsi Meet',
6
     AUDIO_LEVEL_PRIMARY_COLOR: 'rgba(255,255,255,0.4)',
13
     AUDIO_LEVEL_PRIMARY_COLOR: 'rgba(255,255,255,0.4)',

Loading…
Cancel
Save