2.18 取消保持呼叫
应用场景:通话中
标识(key):resume
传入参数(data):
序号 | 名称 | 类型 | 是否必填 | 说明 |
---|---|---|---|---|
1 | id | String | 是 | 对接ID |
示例代码:
//电话条取消保持呼叫
function resume() {
let obj = {
key: 'resume',
data: {
id: phoneId, // 对接ID
}
}
telephoneFunction(obj);
}
取消保持回调事件说明:
{
"agentnum": "8014",
"tenantid": "",
"type": "response",
"retmsg": "succed!",
"command": "agentUnhold",
"retcode": 200
}
文档更新时间: 2024-11-14 09:32 作者:admin