获取房间用户录制件列表

Example

请求方式 POST

https://global.talk-cloud.net/api/record/v1/getUserVideoList

参数名 必选 类型 说明
Content-Type string application/json;
Tk-authkey string 企业Key
参数名 是否必选 类型 说明
serial string 教室号
thirdroomid string 第三方教室号(和serial二选一必填)
recordTitle string 录制件title(不传,默认返回最新一条录制件数据)
userId string 用户ID
参数名称 类型 描述
result int 0成功,其他失败
data object 数据
data.host String 地址
data.host.list array 列表
data.host.list.serial String 教室号
data.host.list.size String 视频大小(单位B)
data.host.list.userVideoUrl String 视频地址
data.host.list.usertype String 用户类型
data.host.list.starttime String 开始时间

返回示例

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "result": 0,
  "data": {
    "userVideolist": [
      {
        "serial": "1922422482",
        "starttime": "1709884637661",
        "size": 1382254,
        "userVideoUrl": "/491ca3fe-0a50-42b6-8ceb-cb3783af76f5-1922422482\/03be406c-5079-1962-d319-4628f423024c.mp4",
        "usertype": 2,
        "userid": "5079"
      },
      {
        "serial": "1922422482",
        "starttime": "1709884637661",
        "size": 995657,
        "userVideoUrl": "/491ca3fe-0a50-42b6-8ceb-cb3783af76f5-1922422482\/03be406c-5079-1962-d319-4628f423024c.webm",
        "usertype": 2,
        "userid": "5079"
      }
    ],
    "webHost": "https://hw-record.talk-cloud.ne"
  },
  "msg": ""
}

© 2016-2023 北京拓课网络科技有限公司 版权所有  京ICP备17018423号-1 京公网安备11010502043461号