]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add call-type in case the information shall be used for styling or something else... 3115/head
authorJoas Schilling <coding@schilljs.com>
Tue, 17 Jan 2017 09:08:02 +0000 (10:08 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 17 Jan 2017 10:14:44 +0000 (11:14 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/public/RichObjectStrings/Definitions.php

index fce49bcce4b1a2068458e8caf0f1b9631b296d85..ad6a5bfb9853a5d0467f5640685a35cc5cb61ce5 100644 (file)
@@ -169,6 +169,12 @@ class Definitions {
                                        'description' => 'The display name of the call which should be used in the visual representation',
                                        'example' => 'Company call',
                                ],
+                               'call-type' => [
+                                       'since' => '11.0.2',
+                                       'required' => true,
+                                       'description' => 'The type of the call: one2one, group or public',
+                                       'example' => 'one2one',
+                               ],
                        ],
                ],
                'email' => [