diff options
author | Joas Schilling <coding@schilljs.com> | 2017-01-16 18:41:00 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-01-16 18:41:00 +0100 |
commit | 745b707cd9944e2012877943c814be1f3f36750f (patch) | |
tree | 14cf8d92fd16c4e27bd7c0b607e448a4180abe12 /lib/public | |
parent | 182f570b046765fdb57d7eb513fe8c4b2490ed8f (diff) | |
download | nextcloud-server-745b707cd9944e2012877943c814be1f3f36750f.tar.gz nextcloud-server-745b707cd9944e2012877943c814be1f3f36750f.zip |
Define spreed calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/RichObjectStrings/Definitions.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index 4b5b0da978e..218d7f55ab1 100644 --- a/lib/public/RichObjectStrings/Definitions.php +++ b/lib/public/RichObjectStrings/Definitions.php @@ -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', |