訂閱呼叫中間狀態消息(VoiceCallReport),可以獲取呼叫過程中的通話狀態的信息。
參數說明
參數名稱 | 參數類型 | 描述 |
call_id | String | 呼叫ID。 |
status_code | String | 呼叫結果狀態碼,狀態碼說明請參見呼叫狀態碼。 |
smart_status_code | String | 智能通話結果狀態碼,狀態碼說明請參見智能狀態碼。 |
status_time | String | 狀態產生的時間。 |
out_id | String | 擴展字段回傳,將調用API時傳入的字段返回。 |
請求示例
請求內容為JSON Array格式。
[
{
"status_code": "200100",
"smart_status_code": "ANSWERED",
"status_time": "2023-03-06 16:23:59",
"out_id": "{\"callType\":2,\"rID\":4***************3}",
"call_id": "1***********3^1***********2"
}
]
文檔內容是否對您有幫助?