ya
Yandex Telemost — это Yandex's video conferencing platform Интегрируйтеd с Yandex 360. Its API enables programmatic creation и management of video conference links.
С помощью Yandex Telemost интеграции в AACFlow можно:
- Создать Conference: Generate a new video conference с a shareable link
- Получить Conference: Получить details и link для an existing conference
Эта интеграция позволяет automated meeting scheduling, instant video conference creation для customer interactions, и можетlendar-Интегрируйтеd conferencing workflows.
Инструкции по использованию
Интегрируйте Yandex Telemost в рабочий процесс для manage video conferences. Требуется Yandex OAuth token с Telemost access from oauth.yandex.ru. The token must have the telemost:write scope.
Инструменты
yandex_telemost_create_conference
Создать a video conference
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
oauthToken | string | Да | Yandex OAuth token |
title | string | Да | Conference title |
description | string | Нет | Conference description |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
conferenceId | string | Created conference ID |
conferenceUrl | string | Shareable conference link |
yandex_telemost_get_conference
Получить conference details
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
oauthToken | string | Да | Yandex OAuth token |
conferenceId | string | Да | Yandex Telemost conference ID |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
conferenceId | string | Conference ID |
conferenceUrl | string | Conference join link |
title | string | Conference title |
Ссылки
- Official API: https://yandex.ru/dev/telemost/api/
- AACFlow block source: apps/aacflow/blocks/blocks/yandex_telemost.ts

