批量获取房间录制件件列表

Example

POST batchgetrecordlist

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

参数

参数名 是否必填 类型 说明
key String 企业Key
serial String 房间编号:选填(该字段和thirdroomid必须至少填写一个)
thirdroomid String 用户自定义房间号:选填
starttime Int 开始时间 (时间戳,精确到秒), 例:1429242959
endtime Int 结束时间 (时间戳,精确到秒), 例:1429242959
recordtype Array 回放类型(必须是0,2,3,5中的值,选填例如:[0,2] 可组合0:常规录制件2:mp3 格式文件3: mp3 mp4 混编格式文件5: mp4 格式文件,包含 m4a 文件)
page Int 页码
参数名 类型 说明
recordtitle String 录制件标题
duration_ms Int 录制件时长(毫秒)
recordid String 录制件ID
size String 录制件大小
serial String 房间号
type String 录制件类型 0常规、5MP4、6微录课mp4
starttime String 开始时间
playpath_mp4 String mp4播放地址
https_playpath_mp4 String mp4 https播放地址
playpath_m4a String m4a播放地址
https_playpath_m4a String m4a https播放地址
videoplayback_m4a String m4a回放地址
videoplayback_mp4 String mp4回放地址
备注
- 更多返回错误代码请看首页的错误代码描述

返回示例

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "result": 0,
    "recordlist": [
        {
            "recordtitle": "1542800667489",
            "duration_ms": 164000,
            "recordid": "1000610044773851542800667mppqfxdo",
            "size": "6384343",
             "serial": "1004477385",
            "starttime": "1542800667",
            "type": "0",
            "playpath_mp4": "http://recorddemo.talk-cloud.net/ea4ee526-7c04-40e0-8cb4-31a652897f26-1004477385/record.mp4",
            "https_playpath_mp4": "https://recorddemo.talk-cloud.net/ea4ee526-7c04-40e0-8cb4-31a652897f26-1004477385/record.mp4",
            "playpath_m4a": "http://recorddemo.talk-cloud.net/ea4ee526-7c04-40e0-8cb4-31a652897f26-1004477385/record.m4a",
            "https_playpath_m4a": "https://recorddemo.talk-cloud.net/ea4ee526-7c04-40e0-8cb4-31a652897f26-1004477385/record.m4a",
            "videoplayback_m4a": "https://local.global.com/media/1004477385/10006/1542800667489/2/",
            "videoplayback_mp4": "https://local.global.com/media/1004477385/10006/1542800667489/1/",
            "playpath": "",
            "https_playpath": "",
        }
    ]
}

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