См. определение в файле secretary.php строка 10
◆ createCall()
static createCall |
( |
array | $users = [], |
|
|
string | $title = '' ) |
|
static |
◆ createChat()
static createChat |
( |
array | $fields = [] | ) |
|
|
static |
- Аргументы
-
array | $fields | 'USERS' - (array) users to add to chat 'TITLE' - (string) chat name 'MESSAGE' - (string) welcome message |
- Возвращает
- Result
См. определение в файле secretary.php строка 20
◆ createConference()
static createConference |
( |
array | $fields = [] | ) |
|
|
static |
- Аргументы
-
array | $fields | 'USERS' - (array) users to add to chat 'TITLE' - (string) chat name |
- Возвращает
- Result
См. определение в файле secretary.php строка 55