获取教室用户精彩片段与开口时长
Example
请求方式 POST
https://global.talk-cloud.net/api/
record/v1/getSerialSegment
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | application/json; |
Tk-authkey | 是 | string | 企业Key |
参数名 | 是否必选 | 类型 | 说明 |
---|---|---|---|
serial | 否 | String | 教室号 |
thirdroomid | 否 | String | 第三方教室号:和serial二选一必填 |
recordTitle | 是 | String | 录制件标题(MP4录制件标题) |
userId | 否 | String | 某一用户ID |
参数名称 | 类型 | 描述 |
---|---|---|
result | int | 0成功,其他失败 |
data.highlightMoment.userId | string | 精彩片段数据->用户id |
data.highlightMoment.mp4Url | string | 精彩片段数据->播放地址 |
data.speakTimes.userId | string | 开口时长数据->用户id |
data.speakTimes.duration | string | 开口时长数据->时长(秒) |
返回示例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|