更新時間:2019-11-19
管理員或普通用戶帳號主席可以通過該接口點名會場。同一時間,只允許一個與會者被點名。點名會場的效果是除了主席外,點名與會者為非靜音狀態(tài),未點名的與會者統(tǒng)一為靜音狀態(tài)。
請求方法 |
PUT |
---|---|
請求地址 |
/conferences/{conferenceid}/participants/{participantID}/isRollcalled |
傳輸協(xié)議 |
HTTPS |
參數(shù) |
是否必須 |
類型 |
位置 |
描述 |
---|---|---|---|---|
conferenceid |
是 |
String |
URL |
會議標識。 |
participantID |
是 |
String |
URL |
與會者標識。 |
Conference-Authorization |
是 |
String |
Header |
會控授權令牌(通過會議ID/密碼登錄會議控制獲取),將響應的token進行Base64轉(zhuǎn)碼操作。 樣例:Basic Base64(token) |
參數(shù) |
類型 |
描述 |
---|---|---|
returnCode |
Int |
返回碼。 |
returnDesc |
String |
返回描述。 |
PUT /conferences/914028077/participants/20f4cef1421211e9b6b599fa1d42d9b1/isRollcalled Connection: keep-alive Conference-Authorization: Basic dG9rZW5kMDRkYWYxMjNkZTJhMDJmOWI0ZGEzOTUzMjVjOTViOWVlM2ZiM2EzNmJlNjU2MDg= Content-Type: application/json Content-Length: 28 Host: api.meeting.huaweicloud.com User-Agent: Apache-HttpClient/4.5.3 (Java/1.8.0_191)
HTTP/1.1 200 Date: Sat, 09 Mar 2019 02:29:55 GMT Content-Type: application/json;charset=UTF-8 Content-Length: 39 Connection: keep-alive http_proxy_id: 443a4f9afce1f545324609940fab476d Server: api-gateway X-Request-Id: beed90ee87f869fa0f932ebf30ae3e23 { "returnCode": 0, "returnDesc": "Success" }
curl -k -i -H 'content-type: application/json' -X PUT -H 'Conference-Authorization:Basic dG9rZW4xMjg2MDE3NGI4MzAxYmRmOWIwMzE2N2FiNWMwMzgyZGE2OWZmYjUxY2NmNTgxNGQ=' https://api.meeting.huaweicloud.com/conferences/914010951/participants/e45d8c474fbd11e98a8ddbc91eafd8e8/isRollcalled