更新时间:2023-12-29 GMT+08:00
延长会议
描述
该接口用于延长会议时间。默认会议自动延长。
调试
您可以在API Explorer中调试该接口。
接口原型
请求方法 |
PUT |
---|---|
请求地址 |
/v1/mmc/control/conferences/duration |
传输协议 |
HTTPS |
请求参数
参数 |
是否必须 |
类型 |
位置 |
描述 |
---|---|---|---|---|
conferenceID |
是 |
String |
Query |
会议ID。 |
X-Conference-Authorization |
是 |
String |
Header |
会控Token,通过获取会控token接口获得。 |
auto |
是 |
Integer |
Body |
|
duration |
否 |
Integer |
Body |
延长时间,单位为分钟。 默认值:15 |
状态码
HTTP状态码 |
描述 |
---|---|
200 |
操作成功。 |
400 |
参数异常。 |
401 |
未鉴权或鉴权失败。 |
403 |
权限受限。 |
500 |
服务端异常。 |
响应参数
无
请求消息示例
PUT /v1/mmc/control/conferences/duration?conferenceID=914083136 Connection: keep-alive X-Conference-Authorization:stbaf8fa2ea8a1b0e3ab2e007a85a75f88c55d5f6d5c1912dfb content-type: application/json user-agent: WeLink-desktop Host: api.meeting.huaweicloud.com User-Agent: Apache-HttpClient/4.5.3 (Java/1.8.0_191) { "auto": 0, "duration": 40 }
响应消息示例
HTTP/1.1 200 Date: Wed, 18 Dec 2019 06:20:40 GMT Content-Type: application/json;charset=UTF-8 Content-Length: 39 Connection: keep-alive Expires: 0 Pragma: No-cache Cache-Control: no-cache http_proxy_id: 571b4dfceff545fae29aa14cea761079 Server: api-gateway X-Request-Id: f78b007ec2dabf1498620131c7bc19e0
错误码
当您使用华为云会议服务端API时,如果遇到“MMC”或者“USG”开头的错误码,请参考华为云API错误中心。
CURL命令示例
curl -k -i -H 'content-type: application/json' -X PUT -H 'X-Conference-Authorization:stb39b3f21898d4972fed86b3f22ac70914a77303def15e126a' -d '{"auto": 0,"duration": 40}' https://api.meeting.huaweicloud.com/v1/mmc/control/conferences/duration?conferenceID=914083136
父主题: 接口参考