getUserVideoList:获取教室用户录制件

Example

POST getUserVideoList

https://global.talk-cloud.net/WebAPI/getUserVideoList

参数

参数名 必选 类型 说明
serial string 教室号
thirdroomid string 第三方教室号(和serial二选一必填)
recordtitle string 录制件title(不传,默认返回最新一条录制件数据)
userid int 用户ID
参数名 类型 说明
webHost String 访问域名
serial String 房间号
userid String 用户ID
starttime String 开始时间
size String 视频大小(单位B)
userVideoUrl String 视频地址
usertype String 用户类型

返回示例

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "result": 0,
    "webHost": "https://global.talk-cloud.net",
    "userVideolist": [
        {
            "serial": "1043742055",
            "userid": "100962",
            "starttime": "1514461219163",
            "size": "489703",
            "userVideoUrl": "/demor1/2017-12-28/1043742055/1514461219/1043742055-s-100962-1514461219645.webm",
            "usertype": "0",
        },
        {
            "serial": "1043742055",
            "userid": "100962",
            "starttime": "1514462425915",
            "size": "577819",
            "userVideoUrl": "/demor1/2017-12-28/1043742055/1514462426/1043742055-s-100962-1514462426360.webm",
            "usertype": "2"
        }
    ]
}

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