From d4ec6c04a0fa6f00480e94d0cfbab8d2c670cebf Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 14 May 2020 15:20:15 +0200 Subject: Don't allow multiple HPB without clustering and add a cache warning Signed-off-by: Joas Schilling --- src/constants.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/constants.js') diff --git a/src/constants.js b/src/constants.js index 6a56f20fd..f967d5a15 100644 --- a/src/constants.js +++ b/src/constants.js @@ -17,6 +17,13 @@ * along with this program. If not, see . * */ +export const SIGNALING = { + MODE: { + INTERNAL: 'internal', + EXTERNAL: 'external', + CLUSTER_CONVERSATION: 'conversation_cluster', + }, +} export const CONVERSATION = { START_CALL: { EVERYONE: 0, -- cgit v1.2.3