Add call-type in case the information shall be used for styling or something else in the future
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
5336f952eb
commit
1bbbbde7f2
|
@ -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' => [
|
||||
|
|
Loading…
Reference in New Issue