Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-27 18:36:48 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-27 22:22:43 +0300
commitf810f17ba24f2e57289c9a06bc8346fa4450d56b (patch)
tree12cda56d9e52fbd0247d7e8c040f1ee190e1b8a2 /src/constants.js
parent7c1268acbce3884cb07a7447dba067d0ddbccfec (diff)
Disable UI elements which can not be used anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js5
1 files changed, 3 insertions, 2 deletions
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 = {