summaryrefslogtreecommitdiffstats
path: root/lib/Participant.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-09-01 12:20:50 +0200
committerJoas Schilling <coding@schilljs.com>2021-10-07 18:18:29 +0200
commit20d722901fb244166b4b78535e4058c1910c93b5 (patch)
tree583cc56e36ad739ea3385106c2ce106a425cab72 /lib/Participant.php
parent4b3549db1f60048e93410b572a53fdaa4c9b90a4 (diff)
Allow setting publishing permissions for all users
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Participant.php')
-rw-r--r--lib/Participant.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Participant.php b/lib/Participant.php
index 07e11ea0f..86a99f7b0 100644
--- a/lib/Participant.php
+++ b/lib/Participant.php
@@ -43,6 +43,10 @@ class Participant {
public const FLAG_WITH_VIDEO = 4;
public const FLAG_WITH_PHONE = 8;
+ public const PERMISSIONS_ADD = 'add';
+ public const PERMISSIONS_REMOVE = 'remove';
+ public const PERMISSIONS_SET = 'set';
+
public const NOTIFY_DEFAULT = 0;
public const NOTIFY_ALWAYS = 1;
public const NOTIFY_MENTION = 2;