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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-03-17 15:42:42 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-11 10:07:30 +0300
commitda5d51ecc87031b245dac4789b05e3edc83110bd (patch)
tree6a2eaa2d6f138299f0f74cf63d40d95f3244e3cf /src/constants.js
parent4f1bb9467087da6f3ee7990d37f0d7dd99722e70 (diff)
Send media streams in calls only when publishing is allowed
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/constants.js b/src/constants.js
index 6cebbc53e..e422f9a7f 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -86,6 +86,13 @@ export const PARTICIPANT = {
USER_SELF_JOINED: 5,
GUEST_MODERATOR: 6,
},
+ PUBLISHING_PERMISSIONS: {
+ NONE: 0,
+ AUDIO: 1,
+ VIDEO: 2,
+ SCREENSHARING: 4,
+ ALL: 7,
+ },
}
export const WEBINAR = {
LOBBY: {