2.29 取消静音

应用场景:通话中

标识(key):unMute

传入参数(data):

序号 名称 类型 是否必填 说明
1 id String 对接ID
示例代码:
//电话条保持呼叫
function unMute() {
      let obj = {
        key: 'unMute',
        data: {
           id: phoneId, // 对接ID
        }
      }
      telephoneFunction(obj);
    }
保持呼叫回调事件说明:
{
    "agentnum": "8014",
    "tenantid": "",
    "type": "response",
    "retmsg": "succed!",
    "command": "UnMuteMessage",
    "retcode": 200
}
文档更新时间: 2026-04-15 15:30   作者:admin