iva_chat_participants
Manage chat room participants by adding, removing, or updating their settings. Resolve participant management tasks in video conferencing.
Instructions
IVA chat participants: add and remove participants, update participant settings. Clients API v2.28.12.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform: - "add": Add participants to a chat room. Добавить участников в чат. Пригласить в чат. - "remove": Remove participants from a chat room. Удалить участников из чата. Исключить из чата. - "update": Update participant settings in a chat room (e.g. role, permissions, mute). Обновить настройки участника чата. | |
| confirm | No | Set to true to confirm destructive actions (delete, remove, stop, etc.) when IVA_CONFIRM_DESTRUCTIVE is enabled. | |
| profileId | No | Profile (user) UUID | |
| chatRoomId | No | Chat room UUID | |
| participants | No | Array of participant objects | |
| participantIds | No | Array of participant UUIDs | |
| participantUpdate | No | Participant settings to update |