]> source.dussan.org Git - nextcloud-server.git/commitdiff
Define spreed calls
authorJoas Schilling <coding@schilljs.com>
Mon, 16 Jan 2017 17:41:00 +0000 (18:41 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 17 Jan 2017 10:14:36 +0000 (11:14 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/public/RichObjectStrings/Definitions.php

index fbde439c47aa4474ad59d0a17061705c17158334..fce49bcce4b1a2068458e8caf0f1b9631b296d85 100644 (file)
@@ -152,6 +152,25 @@ class Definitions {
                                ],
                        ],
                ],
+               'call' => [
+                       'author' => 'Nextcloud',
+                       'app' => 'spreed',
+                       'since' => '11.0.2',
+                       'parameters' => [
+                               'id' => [
+                                       'since' => '11.0.2',
+                                       'required' => true,
+                                       'description' => 'The id used to identify the call on the instance',
+                                       'example' => '42',
+                               ],
+                               'name' => [
+                                       'since' => '11.0.2',
+                                       'required' => true,
+                                       'description' => 'The display name of the call which should be used in the visual representation',
+                                       'example' => 'Company call',
+                               ],
+                       ],
+               ],
                'email' => [
                        'author' => 'Nextcloud',
                        'app' => 'sharebymail',