From cff0a619f574c3c3379757e1215bb87eac6501de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 22 Mar 2021 11:06:54 +0100 Subject: [PATCH] fix(interfaceConfig) mark as deprecated --- interface_config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/interface_config.js b/interface_config.js index b16794686..425b7844b 100644 --- a/interface_config.js +++ b/interface_config.js @@ -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)',