1. 接口描述
域名:live.api.qcloud.com
接口名: StopRecord
说明:
2. 输入参数
参数名称 | 必选 | 类型 | 描述 |
channelId | 是 | String | 频道 ID |
taskId | 是 | Int | 任务 ID |
3. 输出参数
参数名称 | 类型 | 描述 |
code | Int | 错误码,0:成功,其他值:失败 |
message | String | 错误信息 |
4. 示例
输入1
http://domain/v2/index.php?Action=StopRecord&channelId=123&taskId=1&公共请求参数
输出1
{"code": 0,"message": ""}