调用UnmuteCall取消通话静音。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 实例 ID。 | ccc-test |
UserId | string | 是 | 需要取消静音的坐席 ID,不填默认使用当前 RAM 账户映射的坐席。 | agent@ccc-test |
DeviceId | string | 是 | 设备 ID,无意义,可以随便填写。 | device |
JobId | string | 否 | 通话 ID。 | job-6538214103685**** |
ChannelId | string | 否 | 待取消静音的话务通道 ID,非必填,默认为空,为空表示取消静音 UserId 对应的坐席的话务通道。 | ch:user:1390501****->8032****:1609138902226:job-6538214103685**** |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "OK",
"HttpStatusCode": 200,
"Message": "无",
"RequestId": "EEEE671A-3E24-4A04-81E6-6C4F5B39DF75",
"Params": [
"无"
],
"Data": {
"CallContext": {
"CallType": "OUTBOUND",
"InstanceId": "ccc-test",
"JobId": "job-6538214103685****",
"ChannelContexts": [
{
"Index": 1,
"ReleaseInitiator": "1390501****",
"ChannelState": "CREATED",
"Destination": "1390501****",
"UserId": "agent@ccc-test",
"ChannelFlags": "MONITORING",
"SkillGroupId": "skillgroup@ccc-test",
"Timestamp": 1609138903315,
"ReleaseReason": "404 - No destination",
"CallType": "OUTBOUND",
"JobId": "job-6538214103685****",
"ChannelId": "ch:user:1390501****->8032****:1609138902226:job-6538214103685****",
"UserExtension": "8032****",
"Originator": "0830019****"
}
]
},
"UserContext": {
"Heartbeat": 1609136956378,
"Extension": "8032****",
"WorkMode": "ON_SITE",
"Mobile": "1324730****",
"DeviceId": "ACC-YUNBS-1.0.10-****",
"JobId": "job-6538214103685****",
"UserId": "agent@ccc-test",
"BreakCode": "Warm-up",
"InstanceId": "ccc-test",
"OutboundScenario": false,
"UserState": "TALKING",
"SignedSkillGroupIdList": [
"skillgroup1@ccc-test"
]
}
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Parameter.Blank | The parameter %s may not be null or blank. | 该参数不能为null或含有空白符的字符串。 |
400 | InvalidOperation.ChannelState | The operation is not allowed. Channel stats (%s) does not meet expectations (%s). | - |
400 | InvalidOperation.UserState | The operation is not allowed. User state (%s) does not meet expectations (%s). | 非法操作,用户状态不符合预期。 |
404 | NotExists.ChannelId | The specified channel %s does not exist in call %s. | 通话中不存在指定的Channel信息。 |
404 | NotExists.InstanceId | The specified instance %s does not exist. | 指定的呼叫中心实例不存在。 |
404 | NotExists.JobId | The call %s does not exist. | 指定的通话信息不存在。 |
500 | InternalService.CTI | An internal CTI service error occurred. %s | 内部CTI服务错误。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-10-26 | OpenAPI 错误码发生变更 | 查看变更详情 |