iva_conference_documents
Create, update, move, and list conference documents; start, stop, pause, and play document/video demonstrations in IVA MCU video conferences.
Instructions
IVA conference documents: create/delete/update/move/list documents and directories, document/video demonstration control (start/stop/pause/play/position), get pages/path/can-upload, public documents. Clients API v2.28.12.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results | |
| action | Yes | Operation to perform: - "get_public": Получить публичные документы конференции. / Get public conference documents. - "create_directory": Создать директорию документов. / Create a document directory. - "create_document": Создать документ из ресурса. / Create a document from a resource. - "delete": Удалить документ. / Delete a document. - "update": Обновить документ. / Update a document. - "can_upload": Проверить возможность загрузки документа. / Check if document upload is allowed. - "get_pages": Получить страницы документа. / Get document pages. - "get_path": Получить путь к директории. / Get directory path. - "list": Получить список документов в директории. / List documents in a directory. - "move": Переместить документ в другую директорию. / Move a document to another directory. - "start_document_demo": Начать демонстрацию документа. / Start document demonstration. - "stop_document_demo": Остановить демонстрацию документа. / Stop document demonstration. - "start_video_demo": Начать демонстрацию видео-документа. / Start video document demonstration. - "stop_video_demo": Остановить демонстрацию видео-документа. / Stop video document demonstration. - "pause_video": Поставить видео на паузу. / Pause the video. - "play_video": Воспроизвести видео. / Play the video. - "set_video_position": Установить позицию видео. / Set video position. - "update_cursor_state": Обновить состояние курсора на документе. / Update document cursor state. - "update_demo_state": Обновить состояние демонстрации документа. / Update document demonstration state. | |
| offset | No | Number of results to skip (pagination offset) | |
| confirm | No | Set to true to confirm destructive actions (delete, remove, stop, etc.) when IVA_CONFIRM_DESTRUCTIVE is enabled. | |
| cursorData | No | Cursor state data | |
| documentId | No | Document UUID | |
| resourceId | No | Resource UUID | |
| directoryId | No | Directory UUID | |
| positionData | No | Video position data | |
| demoStateData | No | Demonstration state data | |
| documentUpdate | No | Document update data | |
| sourceDocumentId | No | Source document UUID | |
| conferenceSessionId | No | Conference session UUID | |
| destinationDirectoryId | No | Destination directory UUID |