获取房间用户录制件列表
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 |
|