获取某场会议录制文件

根据会议ID获取录制文件

1. 接口描述

接口名称:

/confopenapi/conference/movie/getConfReplayById

发送方式:

POST

参数格式:

accept: application/json;content-type: application/json

2. 输入参数

参数名 必选 类型 说明
userId int 主持人ID
conferenceId string 会议Id

3. 示例

传参示例

{
    "conferenceId": "239599729",
    "userId":88413072
}

返回示例

{
    "status":0,
    "result":{
        "userId":"88413072",
        "conferenceId":"239599729",
        "tempConferenceId":"1032713472",
        "startTime":"2021-11-19 11:30:00",
        "endTime":"2021-11-19 12:30:00",
        "length":"60",
        "pwdType":"1",
        "informType":"0",
        "pcode1":"201501000037362141",
        "pcode2":"201501000037362142",
        "conferenceTitle":"dww001的会议",
        "hasReport":"1",
        "isReportReady":"1",
        "hasRecord":"1",
        "isRecordConvertReady":"1",
        "realStartTime":"2021-11-19 11:10:19",
        "realEndTime":"2021-11-19 11:12:28",
        "recordFlag":"1",
        "replayUrl":"https://rtest.qsh1.cn/rec/page? id=c584982126c643dd9abc7c61eb84993a&v=1",
        "downloadUrl":"https://rtest.qsh1.cn/resources/20211119/1032713472/downloadzip/c584982126c643d d9abc7c61eb84993a.mp4?dname=dww001的会议_20211119111019.mp4",
        "recordUrl":"https://rtest.qsh1.cn/rec/page? id=c584982126c643dd9abc7c61eb84993a&v=1",
        "recordDownUrl":"https://rtest.qsh1.cn/resources/20211119/1032713472/downloadzip/c584982126c643d d9abc7c61eb84993a.mp4?dname=dww001的会议_20211119111019.mp4",
        "reportDownUrl":"http://uniform.quanshi.com/confspace/report/download2/6e96b1edf4ee99f8b16b39b1d fda4960/GkZe1R7_8BYTE7J8G4Axhg/Fh1SLCy9qlX3UVYj-D8iBQ/239599729",
        "sttDownLoadUrl":"https://rackbeta.qsh1.cn/resources/20220824/671399984/downloadzip/def51434a5a4451fb364d42182cde84.txt" 
     },
    "request_id":"confopenapiserver-172.10.5.232-1638326714.844929057.888",
    "reqid":"confopenapiserver-172.10.5.232-1638326714.844929057.888",
    "timestamp":1638326714844,
    "content_type":"application/json",
    "request_duration":"15.791746ms"
}

4. 返回参数

参数名 类型 说明
status int 0:成功 ,非0失败
result json 查询的结果,有查询到的邮箱作为主键的数组
userId int 用户id
conferenceId string 会议ID
tempConferenceId string 临时会议ID
startTime string 会议开始时间
endTime string 会议结束时间
length int 会议时长
pwdType string 会议密码类型,0:固定,1:动态
informType string 会议密码类型,0:固定,1:动态
pcode1 string 会议主持人密码
pcode2 string 会议参会人密码
conferenceTitle string 会议标题
hasReport string 是否有会议报告,0:无,1有
isReportReady string 是否有会议报告已准备就绪,0:无,1有
hasRecord string 是否有会议录制,0:无,1有
isRecordConvertReady string 是否有会议录制准备就绪,0:无,1有
realStartTime string 会议真实开始时间
realEndTime string 会议真实结束时间
recordUrl string 会议录制播放地址
recordDownUrl string 会议录制下载地址
reportDownUrl string 会议报告下载地址
sttDownLoadUrl string 录制语音转文字

备注

  • 更多返回错误代码请看首页的错误代码描述