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:
authorJoas Schilling <coding@schilljs.com>2017-11-28 19:50:38 +0300
committerJoas Schilling <coding@schilljs.com>2017-11-28 19:50:38 +0300
commit5670fcb9ad2136062ef2aa7f3f51d8cc3a1de3d0 (patch)
tree34221bc8a210378b0ad97794bc85d3ec6d80985a /appinfo
parent230191e048289a7cbc3314941c97fee3eae096fa (diff)
Allow apps to get the signaling information
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 11f867dd6..36fb91906 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -47,6 +47,14 @@ return [
],
],
[
+ 'name' => 'Signaling#getSettings',
+ 'url' => '/api/{apiVersion}/signaling/settings',
+ 'verb' => 'GET',
+ 'requirements' => [
+ 'apiVersion' => 'v1',
+ ],
+ ],
+ [
'name' => 'Signaling#backend',
'url' => '/api/{apiVersion}/signaling/backend',
'verb' => 'POST',