Secretary
Table of Contents
Methods
- createCall() : mixed
- createChat() : Result
- createConference() : Result
Methods
createCall()
public
static createCall([array<string|int, mixed> $users = [] ][, string $title = '' ]) : mixed
Parameters
- $users : array<string|int, mixed> = []
- $title : string = ''
createChat()
public
static createChat([array<string|int, mixed> $fields = [] ]) : Result
Parameters
- $fields : array<string|int, mixed> = []
-
'USERS' - (array) users to add to chat 'TITLE' - (string) chat name 'MESSAGE' - (string) welcome message
Return values
ResultcreateConference()
public
static createConference([array<string|int, mixed> $fields = [] ]) : Result
Parameters
- $fields : array<string|int, mixed> = []
-
'USERS' - (array) users to add to chat 'TITLE' - (string) chat name