监听结束事件
更新时间: 2021/12/15 02:21:16
监听结束事件
描述:业务方调用监听结束接口,会触发此事件通知给业务方
URL
- 请求方法:POST
- 业务方URL:
http://xxx.xxx.xxx/xxx
HTTP请求头参数
- 详见回调鉴权
请求体参数
参数名称 | 类型 | 示例 | 描述 |
appId | String | eca23f68c66d4acfceee77c200200359 | 应用ID。 |
callId | String | eca23f68c66d4acfceee77c245343534 | 会话session ID。 |
seatId | string | 123 | 业务方坐席id。 |
monitorSeatId | string | 123 | 业务方监听者坐席id。 |
type | int | 0 | 0或null IP在线, ,1:手机在线,。 |
eventType | string | monitorend | 监听结束事件。 |
请求示例
{
"appId": "6cb256b10fa45a066605363fc01e2a96",
"callId": "ewtrgfdsd32324fds",
"seatId": "123456",
"monitorSeatId": "2345678",
"type": 0,
"eventType": "monitorend"
}
正常返回示例
HTTP成功200
此文档是否对你有帮助?