summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-14 15:53:51 +0200
committerJoas Schilling <coding@schilljs.com>2020-10-30 10:38:07 +0100
commit89bdbe0c51a509891a70c4a84b0c92d0c6825319 (patch)
tree0f18774c22bba2531949cdb6399b515f77e192d0 /appinfo
parentab2e30a6506da13b09aeac3b08f208d2e5e5085f (diff)
Add an endpoint to enable the SIP per conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 32bd84570..b3a793732 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -493,6 +493,16 @@ return [
'token' => '^[a-z0-9]{4,30}$',
],
],
+ [
+ 'name' => 'Webinar#setSIPEnabled',
+ 'url' => '/api/{apiVersion}/room/{token}/{webinar}/sip',
+ 'verb' => 'PUT',
+ 'requirements' => [
+ 'apiVersion' => 'v(1|2)',
+ 'webinar' => 'webinary?',
+ 'token' => '^[a-z0-9]{4,30}$',
+ ],
+ ],
/**
* Settings