См. определение в файле zoom.php строка 19
◆ __construct()
__construct |
( |
int | $userId, |
|
|
string | $chatId ) |
Zoom constructor.
- Аргументы
-
- Исключения
-
См. определение в файле zoom.php строка 42
◆ getAccessToken()
Gets zoom access token.
- Возвращает
- bool|mixed
- Исключения
-
См. определение в файле zoom.php строка 141
◆ getImChatConferenceUrl()
getImChatConferenceUrl |
( |
| ) |
|
Gets URL to join Zoom conference by making request to Zoom, or getting it from DB (if it is not expired).
- Возвращает
- string|null
См. определение в файле zoom.php строка 165
◆ getRichMessageFields()
getRichMessageFields |
( |
| $dialogId, |
|
|
string | $link, |
|
|
int | $userId ) |
Gets array of a message fields for IM to post a rich message with conference URL.
- Аргументы
-
string | $dialogId | Chat id. |
string | $link | URL to Zoom conference. |
integer | $userId | User Id who sends the message (private chat). |
- Возвращает
- array
- Исключения
-
ArgumentException | |
LoaderException | |
ObjectPropertyException | |
SystemException | |
См. определение в файле zoom.php строка 312
◆ isActive()
Checks if zoom is active social service.
- Возвращает
- bool
- Исключения
-
См. определение в файле zoom.php строка 84
◆ isAvailable()
Checks if Zoom integration is available for this portal.
- Возвращает
- bool
- Исключения
-
См. определение в файле zoom.php строка 125
◆ isConnected()
static isConnected |
( |
| $userId | ) |
|
|
static |
Checks if zoom is connected to user profile.
- Аргументы
-
- Возвращает
- bool
- Исключения
-
ArgumentException | |
LoaderException | |
ObjectPropertyException | |
SystemException | |
См. определение в файле zoom.php строка 104
◆ requestConferenceById()
requestConferenceById |
( |
int | $confId | ) |
|
Gets Zoom conference information.
- Аргументы
-
int | $confId | External conference id. |
- Возвращает
- array|null
См. определение в файле zoom.php строка 263