查询任务录制状态
Example
请求方式 POST
https://global.talk-cloud.net/RecordAPI/
getRecordStatus
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
Tk-authkey | 是 | string | 企业Key |
Content-Type | 是 | string | application/json; |
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
taskId | 是 | string | 录制任务ID,调startRecord时返回 |
参数名 | 类型 | 说明 |
---|---|---|
result | int | 0成功 非0失败 |
data | object | 数据 |
data.status | string | 状态0录制中、1结束录制、2完成录制、3录制失败 |
msg | string | 接口消息 |
返回示例
1 2 3 4 5 6 7 |
|