49API
Example
POST getrecordlist
https://global.talk-cloud.net/WebAPI
/getrecordlist
参数
参数名 | 是否必填 | 类型 | 说明 |
---|---|---|---|
key | 是 | String | 企业Key |
serial | 否 | String | 房间编号:选填(该字段和thirdroomid必须至少填写一个) |
thirdroomid | 否 | String | 用户自定义房间号:选填(该字段和serial必须至少填写一个)如果用户创建房间时自定义了房间号,可使用此字段 |
starttime | 否 | Int | 开始时间 (时间戳,精确到秒), 例:1429242959 |
endtime | 否 | Int | 结束时间 (时间戳,精确到秒), 例:1429242959 |
recordtype | 否 | Int | 返回录制件类型(0:常规,1:mp4 8:合并mp4),默认只返回常规 |
参数名 | 类型 | 说明 |
---|---|---|
recordlist.recordid | String | 录制件ID |
recordlist.serial | String | 房间号 |
recordlist.recordtitle | String | 录制标题 移动端播放需要 |
recordlist.starttime | String | 开始时间 |
recordlist.duration_ms | Int | 时长(毫秒) |
recordlist.size | String | 录制件大小 |
recordlist.webhost | String | 访问域名 |
recordlist.recordpath | String | 录制件路径 移动端播放需要 |
recordlist.playpath | String | 常规播放地址 |
recordlist.https_playpath | String | https常规播放地址 |
recordlist.playpath_mp4 | String | MP4播放地址 |
recordlist.https_playpath_mp4 | String | httpsMP4播放地址 |
recordlist.playpath_m4a | String | M4A播放地址 |
recordlist.https_playpath_m4a | String | httpsM4A播放地址 |
recordlist.videoplayback_mp4 | String | 视频播放地址 |
recordlist.videoplayback_m4a | String | 音频播放地址 |
备注 | ||
- 更多返回错误代码请看首页的错误代码描述 |
返回示例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|