删除录制文件
删除录制文件
1. 接口描述
接口名称:
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
appId | 是 | int | 应用ID,默认传6 |
userId | 是 | int | 会议主持人ums userId |
tempConferenceIds | 是 | stringList | 临时会议ID数组,每次最大20场会议 |
3. 示例
传参示例
{
"appId": 6,
"userId": 63873738,
"tempConferenceIds ": ["5627222221", "89868687677", "2786363689"]
}
返回示例
{
"status": 0,
"result": null,
"msg": "delete record success",
"request_id": "confopenapiserver-192.168.22.89-1609913798.679475000.81",
"reqid": "confopenapiserver-192.168.22.89-1609913798.679475000.81",
"timestamp": 1609913798679,
"content_type": "application/json",
"product_type": "",
"device_type": "",
"iscycle": "",
"isgnet": "",
"mem_count": "",
"verify": "",
"video_conference_mode": "",
"live_flag": "",
"conferenceid": "",
"record": 0,
"share_media": 0,
"hardware_video": 0,
"accessNumber": "",
"client_ip": "",
"request_duration": "2.77349593s"
}
4. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
status | int | 0:成功,非0失败 |
备注
- 更多返回错误代码请看首页的错误代码描述