Define spreed calls

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-01-16 18:41:00 +01:00
parent cbc76a1ccb
commit 5336f952eb
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 19 additions and 0 deletions

View 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',