(30024) No-hosted Conference
When the host leaves an audio conference, the PBX sends an event report to the third-party application.
Report parameters
| Parameter | Type | Description |
|---|---|---|
| type | Integer | Event ID. |
| sn | String | PBX's serial number. |
| msg | Object<Detailed_Info> | The detailed information. |
- Detailed_Info
-
Table 2. Parameter Type Description conference_id String The unique ID of the audio conference. host_num String The extension number of the host.
Report example
A host (extension 1000) left an audio conference.
{
"type": 30024,
"sn": "3631B0816581",
"msg": "{"conference_id":"1659575640.0","host_num":"1000"}"
}