取消云会议
一、接口描述
1.接口名称:
2.发送方式:
POST
3.参数格式:
accept: application/json;content-type: application/json
二、输入参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
eventId | 否 | int | eventId ,和conferenceId 2选1 ,现场会用eventId |
conferenceId | 否 | string | 会议Id ,和eventId 2选1 |
userId | 否 | int | 主持人用户ID(userId不传递时,必须传递email) |
否 | string | 主持人邮箱地址(支持不能提供userId但是通过该邮箱获得userId) | |
shareUserId | 否 | int | 是否是助理,0:否,1:是 |
三、示例
1.传参示例
{
"userId" : 88415897,
"conferenceId": "239418513"
}
2.返回示例
{
"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"
}
四、返回参数
参数名 | 类型 | 说明 |
---|---|---|
status | int | 0:成功,非0失败 |
备注
更多返回错误代码请看首页的错误代码描述