iva_system
Retrieve system/media info, manage conference layouts, handle broadcast notifications and SMS approvals, and send crash reports or support emails.
Instructions
IVA system info: system info, media info, ICE servers, layouts, broadcast notifications, SMS approval, crash report, mail to support, client applications. Clients API v2.28.12.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform: - "get_system_info": Get IVA system information (build version, server info, etc.). - "get_media_info": Get IVA media server information (media capabilities, codecs, etc.). - "get_ice_servers": Get ICE/TURN servers configuration for WebRTC connections. - "get_layouts": Get the list of available conference video layouts. - "get_layout": Get a specific conference layout by ID (composition/grid definition). - "get_broadcast_notification": Get the current global broadcast notification (system-wide message). - "confirm_sms": Confirm an SMS approval request (e.g. verify SMS code for phone registration). - "send_crash_report": Send a crash report (with file resource) to IVA support. - "send_mail_to_support": Send an email message to IVA technical support. - "get_client_applications": Get the list of available IVA client applications (download links, versions). | |
| fileId | No | Crash report file resource UUID | |
| confirm | No | Set to true to confirm destructive actions (delete, remove, stop, etc.) when IVA_CONFIRM_DESTRUCTIVE is enabled. | |
| smsData | No | SMS approval data | |
| layoutId | No | Layout UUID | |
| mailData | No | Mail to support data |