fix(interfaceConfig) mark as deprecated

This commit is contained in:
Saúl Ibarra Corretgé 2021-03-22 11:06:54 +01:00 committed by Saúl Ibarra Corretgé
parent f7c0d4f1fe
commit cff0a619f5
1 changed files with 7 additions and 0 deletions

View File

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