From f810f17ba24f2e57289c9a06bc8346fa4450d56b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 27 Apr 2022 17:36:48 +0200 Subject: Disable UI elements which can not be used anymore Signed-off-by: Joas Schilling --- src/constants.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/constants.js') diff --git a/src/constants.js b/src/constants.js index f9d72765f..c54a6a5a4 100644 --- a/src/constants.js +++ b/src/constants.js @@ -100,8 +100,9 @@ export const PARTICIPANT = { PUBLISH_AUDIO: 16, PUBLISH_VIDEO: 32, PUBLISH_SCREEN: 64, - MAX_DEFAULT: 126, - MAX_CUSTOM: 127, + CHAT: 128, + MAX_DEFAULT: 254, + MAX_CUSTOM: 255, }, } export const SHARED_ITEM = { -- cgit v1.2.3