获取免密观看直播链接
对于带直播密码的会议,通过接口获取url可以实现免密观看、并且带入观众姓名、手机号等信息可以免验证手机号进行讨论
1. 接口描述
接口名称:
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
userId | 是 | int | 主持人ID |
conferenceId | 是 | string | 会议Id |
timeout | 否 | int | 过期时间,单位/分钟,默认5分钟 |
usableCount | 否 | int | 可使用次数 , 默认6次 |
extId | 否 | string | 第三方ID |
name | 是 | string | 姓名(可以为邮箱和姓名) |
mobile | 否 | string | 电话号码 |
countryCode | 否 | string | 国家码,例:86 |
否 | string | 邮箱 |
3. 示例
请求示例
{
"conferenceId": "239608266",
"userId": 87679779,
"timeout":600,
"usableCount":100,
"name":"extIdtest1234",
"extId":"extIdtest1234@pxy.com",
"mobile":"15811258254",
"countryCode":"86",
"email":"test1234@pxy.com"
}
返回示例
{
"status": 0,
"result": "https://ltest.qsh1.cn/3/gdn3sj9?t=1345d7d7-add7-45da-94af-dbc8c0a51bb4",
"request_id": "confopenapiserver-10.1.89.7-1641431568.325437200.81",
"reqid": "confopenapiserver-10.1.89.7-1641431568.325437200.81",
"timestamp": 1641431568334,
"content_type": "application/json",
"request_duration": "879.0502ms"
}
4. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
status | int | 0:成功 ,非0失败 |
result | string | 返回免密观看url |
备注
- 更多返回错误代码请看首页的错误代码描述