h5页面配置接口

基本信息

Path: /api/rest/gw/sdk/public/IFRAME_URL
Method: GET

接口描述

请求URL:

https://uat.rmeet.com.cn:4433/api/rest/gw/sdk/public/IFRAME_URL

响应:

{
    "data": 
    {
        // 会议签到 http://localhost:8080/#/meetingSignIn?meetId=xxx&token=xxx
        "signin": "http://localhost:8080/#/meetingSignIn",
        // 预定直播 http://localhost:8080/#/scheduledLive?meetId=xxx&token=xxx&isLoading=true
        "live": "http://localhost:8080/#/scheduledLive",
        // 会议会控 http://localhost:8080/#/meetingControl?meetId=xxx&token=xx
        "control": "http://localhost:8080/#/meetingControl"
    },
    "message": "操作成功!",
    "statusCode": "OK",
    "timestamp": 1731396695745,
    "traceId": "79bf872e50bb48e5925adde7ebc38fd9"
}

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Sign

返回数据

名称 类型 是否必须 默认值 备注 其他信息
data object 必须 返回的数
 ├─signin Long 必须 签到H5页面
 ├─live Long 必须 直播h5页面
 ├─control string 必须 会控h5页面
message string 必须 操作成功
statusCode string 必须 状态码 OK
timestamp string 必须 时间戳 format:date-time
traceId string 必须 追踪码

results matching ""

    No results matching ""

    results matching ""

      No results matching ""