查询监控状态
结束会议
1. 接口描述
接口名称:
/eventopenapi/event/stream/audit/task/list
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
Http Header
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
token | 是 | 接口调用鉴权参数 | 也可以放在http body中 |
Http Body
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
page | 否 | int | 当前页 |
pageSize | 否 | int | 每页的数据量 |
请求示例
传参示例
{
"page":1,
"pagesize":100
}
3. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
code | int | 200:成功 |
msg | string | 消息 |
data | Array | 数据内容 |
requestId | string | 请求ID |
data 参数说明
参数名 | 类型 | 说明 |
---|---|---|
totalCount | string | 任务总数量 |
page | string | 当前页数 |
pageSize | string | 每页数据量 |
taskList | string | 任务列表 |
taskList 参数说明
参数名 | 类型 | 说明 |
---|---|---|
tempUserId | Long | 会中临时用户ID |
taskId | string | 任务ID |
subscribeType | int | 订阅类型 1:视频 2:共享 |
pushUrl | string | 推流地址 |
pushStatus | int | 推流状态 0:推流任务已提交创建 1:推流开始 2:推流结束 |
updateTime | string | 任务最后最后更新时间 |
createTime | string | 任务创建时间 |
返回示例
{
"timeStamp": 1750989660030,
"code": 200,
"msg": "success",
"data": [
{
"taskId": "67464e4f-605b-4b23-94ef-29bcabe1740b",
"eventId": 665707,
"tempConferenceId": "52695",
"tempUserId": 820143790,
"subscribeType": 2,
"pushStatus": 2,
"pushUrl": "rtmp://live-push-.com:1937/forward/",
"updateTime": "2025-06-26 18:17:32",
"createTime": "2025-06-26 17:43:36"
},
{
"taskId": "64306bc3-c5f0-4649-97e4-9375fe592c89",
"eventId": 665707,
"tempConferenceId": "52695",
"tempUserId": 820143790,
"subscribeType": 1,
"pushStatus": 1,
"pushUrl": "rtmp://live-shi.com:1937/forward/",
"updateTime": "2025-06-26 17:43:36",
"createTime": "2025-06-26 17:43:35"
}
],
"requestId": "10.255.0.105-1750989659935.2273398"
}
备注
- 更多返回错误代码请看首页的错误代码描述