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:
Diffstat (limited to 'lib/Webinary.php')
-rw-r--r--lib/Webinary.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Webinary.php b/lib/Webinary.php
index fecbe44fa..51deab6e0 100644
--- a/lib/Webinary.php
+++ b/lib/Webinary.php
@@ -29,4 +29,5 @@ class Webinary {
public const SIP_DISABLED = 0;
public const SIP_ENABLED = 1;
+ public const SIP_ENABLED_NO_PIN = 2;
}