获取隐身入会链接(会控)
获取联席主持人隐身入会链接,进行会控
1. 接口描述
接口名称:
/confopenapi/conference/getMonitorClientUrl
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
Http Header
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
token | 是 | 接口调用鉴权参数 | 也可以放在http body中 |
Http Body
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
pcode | 否 | string | 主持人会议密码,pcode ,和conferenceId 2选1 |
conferenceId | 否 | string | 会议Id ,pcode,和conferenceId 2选1 |
userId | 是 | int | 主持人用户ID |
传参示例
{
"conferenceId":"239608224",
"pcode": "4162589710",
"userId":87679779
}
4. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
status | int | 0:成功,非0失败 |
result | string | 隐身入会链接 |
返回示例
{
"status": 0,
"result": "http://s.qsh1.cn/a/OVHefy2328353?extType=5",
"request_id": "uniformserver-10.70.212.45-1653633825.734112616.681",
"reqid": "confopenapiserver-10.70.203.19-1653633825.697249821.847",
"timestamp": 1653633825697,
"content_type": "application/json",
"request_duration": "114.269895ms"
}