获取房间的录制件
Example
POST getrecordlist
https://global.talk-cloud.net/WebAPI
/getrecordlist
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
serial | 是 | String | 房间号 |
thirdroomid | 是 | String | 第三方教室号:和serial二选一必填 |
starttime | 否 | int | 开始时间 (时间戳,精确到秒), 例:1429242959 |
endtime | 否 | int | 结束时间 (时间戳,精确到秒), 例:1429242959 |
recordtype | 否 | int | 返回录制件类型(0:常规,1:mp4),默认只返回常规 |
参数名 | 类型 | 说明 |
---|---|---|
recordlist.recordid | String | 录制件ID |
recordlist.serial | String | 房间号 |
recordlist.recordtitle | String | 录制标题 移动端播放需要 |
recordlist.starttime | String | 开始时间 |
recordlist.duration | String | 时长(常规返回毫秒,mp4返回秒) |
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 |
|