结束会议
结束会议
1. 接口描述
接口名称:
/confopenapi/conference/stop
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
Http Header
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
token | 是 | 接口调用鉴权参数 | 也可以放在http body中 |
Http Body
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
eventId | 是 | int | 会议ID |
isContinue | 否 | int | 会议是否还能使用, 1:可以再使用, 0:不能再使用(默认) |
请求示例
传参示例
{
"eventId" : 88415897
}
3. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
status | int | 0:成功,非0失败 |
返回示例
{
"status": 0,
"result": null,
"request_id": "conferenceserver-172.10.240.231-1654581754.105378784.627",
"reqid": "confopenapiserver-172.10.5.224-1654581754.54558950.81",
"timestamp": 1654581754054,
"request_duration": "58.322906ms"
}
备注
- 更多返回错误代码请看首页的错误代码描述