Subscribe to LlmSmartCallRecord messages from the Communication Intelligence Engine via Message Service (MNS) to receive call recording metadata after a call ends.
Response parameters
Parameter | Type | Description |
call_id | String | The unique call ID. |
start_time | String | The call start time. This field is null if the call does not connect. |
end_time | String | The call end time. This field is null if the call does not connect. |
duration | String | The call duration, in seconds. The value is 0 if the call does not connect. |
status_code | String | The call status code. For details, see Call Status Codes. |
record_file | String | The recording file URL. The URL is valid for 7 days. |
out_id | String | The custom value passed in the API request. |
task_id | String | The task ID. This field is present only for task-based outbound calls. |
task_batch_id | String | The task batch ID. This field is present only for task-based outbound calls. |
task_detail_id | String | The task detail ID. This field is present only for task-based outbound calls. |