From 99e5405a5b422f185b9182227da3aadd2b3e0233 Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 5 Oct 2021 17:30:22 +0200 Subject: Add new constants for all permissions Signed-off-by: marco --- src/constants.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/constants.js') diff --git a/src/constants.js b/src/constants.js index be0428881..520c9f95e 100644 --- a/src/constants.js +++ b/src/constants.js @@ -96,6 +96,8 @@ export const PARTICIPANT = { PUBLISH_AUDIO: 16, PUBLISH_VIDEO: 32, PUBLISH_SCREEN: 64, + MAX_DEFAULT: 126, + MAX_CUSTOM: 127, }, } export const WEBINAR = { -- cgit v1.2.3