XML API 39.11.0 更新

单击此处下载 XML API 39.11 架构。

LstSummaryUser 可以在上次修改的时间前查询用户帐户

我们即将升级 LstSummaryUser API,旨在让用户能够根据上次修改时间查询用户帐户。API 中添加了三个新元素:modifiedDateStartmodifiedDateEndlastModifiedTime

此查询的最大时间范围为 90 天。如果输入超过 90 天的时间范围,将会显示错误信息:999999修改日期查询的最大日期范围为90天

受影响的 API:

  • LstSummaryUser

SummaryUser 请求示例:


<?xml version="1.0" encode="UTF-8"?>
<message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2009/05/service">

<securityContext>
<siteName>Site_名称</siteName>
<webExID>站点管理员</webExID>
<password>密码</password>
<partnerID>webexpartner</partnerID>
</securityContext>


<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><bodyContent xsi:type="java:com.webex.service.binding.user.LstsummaryUser">
<dataScope>
< DateStart>10/01/2019 09:24:54
< DateEnd>11/30/2019 09:24:54
<timeZoneID>4</timeZoneID>
</dataScope>
</bodyContent>


stSummaryUser 响应示例:


<?xml version="1.0" encode="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:使用="http://www.webex.com/schemas/2002/06/service/user">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>

<serv:bodyContent xsi:type="use:lstsummaryUserResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<use:user>
<use:userID>**5124***</use:userID>
<use:webExId>***MR***</use:webExId>
<use:firstName>***MR***</use:firstName>
<use:lastName>***est***</use:lastName>
<use:email>***est***@qa.webex.com</use:email>
<use:userRoleType>主持人</use:userRoleType>
<use:registrationDate>2016年6月19日22:13:06</use:registrationDate>
<use:active>已停用</use:active>
<use:timeZoneID>4</use:timeZoneID>
<use:meeting >
<use:meetingType>3</use:meetingType>
<use:meetingType>9</use:meetingType>
<use:meetingType>10</use:meetingType>
<use:meetingType>11</use:meetingType>
<use:meetingType>13</use:meetingType>
<use:meetingType>14</use:meetingType>
<use:meetingType>102</use:meetingType>
</use:meetingTypes>
<use:lastLoginTime>10/19/2019 23:13:14</use:lastLoginTime>
<use:lastModifiedTime>11/11/2019 19:11:11</use:lastModifiedTime>
</use:user>

XML API 39.10.0 更新

单击此处下载 XML API 39.10 架构。

使用匿名访问时,GetSessionInfoGetUserCard 返回CAPTCHA代码

作为一项安全更新,我们利用 CAPTCHA 代码响应保护功能对 GetSessionInfoGetUserCard API 进行了增强。如果应用程序使用匿名访问来调用 API,请增强您的应用程序以支持 CAPTCHA 代码输入。

受影响的 API:

  • GetSessionInfo

  • GetUserCard

CAPTCHA 安全和响应更新:

不带CAPTCHA 的GetSessionInfo Response示例:

<?xml version="1.0" encode="ISO-8859-1"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ep="http://www.webex.com/schemas/2002/06/service/ep" xmlns: ="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:标题>
<serv: >
<serv:result>失败</serv:result>
<serv:reason>找不到相应的会议</serv:reason>
<serv:gsbStatus>主</serv:gsbStatus>
<serv:exceptionID>060001</serv:exceptionID>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent/>
</serv:body>

CAPTCHA 的GetSessionInfo Response示例:

<?xml version="1.0" encode="ISO-8859-1"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ep="http://www.webex.com/schemas/2002/06/service/ep" xmlns: ="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:标题>
<serv: >
<serv:result>失败</serv:result>
<serv:reason>找不到相应的会议</serv:reason>
<serv:gsbStatus>主</serv:gsbStatus>
<serv:exceptionID>060001</serv:exceptionID>
<serv:CAPTCHAID>SDDHEEfgkerwAAAI****qHS****Nfx_d34znF8RdVHzrsMIYFeuArjD96Q2:234322374320JGUBE349924</serv:CAPTCHAID>
<SERV:CAPTCHAImage>
iVBOR0KGgoAAA yCAMAAACgee/qAAADAFMVAAAAADMAAGYAAJkAAMwAAP8AMwAAMzMAM2YA
………。. ………。.
maorF0PESWQ15APDKJ74YLs/hlGmaRGeJuRxvyyg8smcK3veB/v5sueF/pxD8H4J/A0HPu+ZUFb7SAAAAAElFTkSuQmCC
</SERV:CAPTCHAImage>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent/>
</serv:body>

如果您收到 CAPTCHA 响应并继续调用 API,请在 API 请求中包含 CAPTCHAID 和 CAPTCHAWord:

<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service">

<securityContext>
<siteName>sqdemo6</siteName>
<CAPTCHAID>SDDHEEfgkerwAAAI****qHS****Nfx_d34znF8RdVHzrsMIYFeuArjD96Q2:234322374320JGUBE349924</CAPTCHAID>
<CAPTCHAWord>pyjihk</CAPTCHAWord>
</securityContext>


<bodyContent xsi:type="java:com.webex.service.binding.ep.GetSessionInfo">
<sessionKey>715801743</sessionKey>
</bodyContent>

SessionInfo 对不正确的CAPTCHAID和CAPTCHAWord的响应示例:

<?xml version="1.0" encode="ISO-8859-1"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ep="http://www.webex.com/schemas/2002/06/service/ep" xmlns: ="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:标题>
<serv: >
<serv:result>失败</serv:result>
<serv:reason>验证码标识和字词无效或缺失</serv:reason>
<serv:gsbStatus>主</serv:gsbStatus>
<serv:exceptionID>030113</serv:exceptionID>
<serv:CAPTCHAID>SDDHEEfgkerwAAAI****qHS****Nfx_d34znF8RdVHzrsMIYFeuArjD96Q2:234322374320JGUBE349924</serv:CAPTCHAID>
<SERV:CAPTCHAImage>
iVBOR0KGgoAAA yCAMAAACgee/qAAADAFMVAAAAADMAAGYAAJkAAMwAAP8AMwAAMzMAM2YA
………。. ………。.
maorF0PESWQ15APDKJ74YLs/hlGmaRGeJuRxvyyg8smcK3veB/v5sueF/pxD8H4J/A0HPu+ZUFb7SAAAAAElFTkSuQmCC
</SERV:CAPTCHAImage>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent/>
</serv:body>

LstSummaryUser 支持返回个人会议室URL。

我们已将一个名为 personalMeetingRoomURL 的新响应元素添加到 LstSummaryUser API 中。

stSummaryUser 响应示例:

XML API 39.9.0 更新

单击此处下载 XML API 39.9 架构。

对用于个人会议室 (PMR) 的短 SIP URL 的支持

对用于 PMR 的短 SIP URL 格式的支持会影响 GetSessionInfoGetMeetingGetUserGetMe API。名为 displayMeetingUrl 的新响应元素已添加到 GetUserGetMe API中,并已显示在 GetSessionInfoGetMeeting 中。 MeetingUrl 返回用户的PMR URL。

受影响的 API:

  • GetSessionInfo

  • GetMeeting

  • GetUser

  • GetMe

User 响应示例:

Me 响应示例:

GetSessionInfo 返回用于匿名访问的必要元素

作为一项安全要求,GetSessionInfo 现在只能返回进行匿名访问所需的元素。

SessionInfo 示例:

<serv:bodyContent xsi:type="ep:getSessionInfoResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ep:status>否_进展</ep:状态>
<ep:sessionkey>715952675</ep:sessionkey>

<ep:listStatus>公共</ep:listStatus>
<ep:注册>false</ep:注册
<ep:passwordReq>true</ep:passwordReq>
https://sqdemo6.dmz.webex.com/ec3300/eventcenter/enroll/register.do?loadFlag=1&reqFlag=1&confId=123203663769372547&siteurl=sqdemo6</ep:registrationURL>
<ep:registrationURLForMobile>https://sqdemo6.dmz.webex.com/ec3300/eventcenter/enroll/mobileRegister.do?formId=0&formType=0&loadFlag=1&from=mobileClient&siteurl=sqdemo6&confId=123203663769372547</ep:registrationURLForMobile>
</ep:accessControl>
<ep:metaData>
<ep:confName>Anony_Meeting_重新调整</ep:confName>
<ep:serviceType>MeetingCenter</ep:serviceType>
</ep:metaData>
<ep: >
<ep:startDate>2019年3月29日11:55:00</ep:startDate>
<ep: >60</ep: >
<ep:timeZone>GMT-07:00,太平洋(旧金山)</ep:timeZone>
<ep:timeZoneID>4</ep:timeZoneID>
</ep: >
<ep:attendeeOptions>
<ep:join Account>false</ep:join Account>
</ep:attendee选项>
<ep:isAllowJBH>true</ep:isAllowJBH>
<ep:isCETMeeting>true</ep:isCETMeeting>
<ep:isPersonalMeetingRoom>false</ep:isPersonalMeetingRoom>
https://sqdemo6.dmz.webex.com/sqdemo6/e.php?MTID=m2399b241f12722ca325388495e845103</ep:meetingLink>
<ep:sipURL>715952675@sqdemo6.dmz.webex.com</ep:sipURL>
<ep:displayMeetingUrl>715952675@sqdemo6.dmz.webex.com</ep:displayMeetingUrl>

受影响的 API:

  • GetSessionInfo

安排会议和活动行为变更

缺省情况下,所有已安排的会议都是支持视频设备的会议。但是,当您安排了会议,但为会议的音频选择其他时,会议将被安排为非支持视频设备的 Webex 会议。

受影响的 API:

  • CreateMeeting

  • SetMeeting

  • CreateEvent

  • SetEvent

XML API 39.8.0 更新

单击此处下载 XML API 39.8 架构。

sttrainingattendeeHistory 现在返回与会者注意力集中度

新响应元素 attentionToDurationPercentage 已添加到 LsttrainingattendeeHistory API。 sttrainingattendee History返回会议与会者的注意力集中度详细信息。该元素的返回格式为:

<history:attentionTo Percentage>100</history:AttentionTo Percentage>

受影响的 API:

  • LsttrainingattendeeHistory

    • attentionToDurationPercentage

    • attentionToAttendancePercentage

sttrainingattendeeHistory 响应示例:

<history:endTime>2019年4月17日23:37:07</history: >
6
<history:attentionTo Percentage>100</history:Attention
To Percentage>100100
<history: >N</history: >
<history: >N</history: > N

GetSite 现在返回许可证数量

提供新的响应元素,以在 GetSite API 中返回不同的许可证数量。

受影响的 API:

  • GetSite

    • EEActiveUserCount

    • activeCETHost

    • MCActiveUserCount

    • ECActiveUserCount

    • TCActiveUserCount

    • SCActiveUserCount

GetSiteFTSetSiteFT 重新设计

GetSiteFTSetSiteFT API 已经过重新设计,以允许动态功能切换。

受影响的 API:

  • GetSiteFT

  • SetSiteFT

Site 请求示例:


<?xml version="1.0" encode="UTF-8"?>
<serv:消息
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:serv="http://www.webex.com/schemas/2002/06/service"
xsi:schemaLocation="http://www.webex.com/schemas/2002/06/service
http://www.webex.com/schemas/2002/06/service/service.xsd">

<securityContext>
<siteName>{siteName}</siteName>
<accessToken>{这是机器帐户访问令牌}</accessToken>
</securityContext>

<bodyContent xsi:type="java:com.webex.service.binding.site.GetSiteFT">
< 切换>
<name>SupportCrossLaunch</name>
<name>RemoveCMRLicenseSA</name>

</bodyContent>



Site 响应示例:


<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ns1="http://www.webex.com/schemas/2002/06/service/site" xmlns:event="http://www.webex.com/schemas/2002/06/service/event">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:getSiteFTResponse">
<ns1:功能切换>
<ns1:功能切换>
<ns1:name>SupportCrossLaunch</ns1:name>
<ns1:value>false</ns1:value
</ns1:功能切换>
<ns1:功能切换>
<ns1:name>RemoveCMRLicenseSA</ns1:name>
<ns1:value>false</ns1:value
</ns1:功能切换>
</ns1:功能切换>
</serv:bodyContent>



SetSite 请求示例:


<?xml version="1.0" encode="UTF-8"?>
<serv:消息
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:serv="http://www.webex.com/schemas/2002/06/service"
xsi:schemaLocation="http://www.webex.com/schemas/2002/06/service
http://www.webex.com/schemas/2002/06/service/service.xsd">

<securityContext>
<siteName>{siteName}</siteName>
<accessToken>{这是机器帐户访问令牌}</accessToken>
</securityContext>


<bodyContent xsi:type="java:com.webex.service.binding.site.SetSiteFT">
< 切换>
< 切换>
<name>SupportCrossLaunch</name>
<value>false</value>>

< 切换>
<name>SupportPeopleInsight</name>
<value>true</value>


</bodyContent>



SetSiteFT 共振示例:


<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:comhttp://www.webex.com/schemas/2002/06/common" ="xmlns:ns1http://www.webex.com/schemas/2002/06/service/site" ="xmlns:event="http://www.webex.com/schemas/2002/06/service/event">
<serv:header>
<serv:response>
<serv:result>SUCCESS</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:setSiteFTResponse"/>
</serv:body>


会议描述长度现在限制为 2500 个字符

下列 API 现在的会议描述元素内容长度限制为 2500 个字符:

受影响的 API:

  • CreateEvent

  • SetEvent

  • CreateTrainingSession

  • SetTrainingSession

这是为了防止 Cisco Webex 无法处理请求。如果会议描述长于 2500 个字符,就会返回错误消息。

XML API 39.5.0 更新

新元素 VideoMeshInterclusters 被添加到 SetSite 和 GetSite 架构中

新元素(videoMeshIntercluster)已添加到 SetSite 元素。videoMeshIntercluster 还包含三个子元素:videoMeshHomeCluster1videoMeshHomeCluster2videoMeshHomeCluster3

受影响的 API:

  • SetSite

    • videoMeshInterclusters

      • videoMeshHomeCluster1

      • videoMeshHomeCluster2

      • videoMeshHomeCluster3

  • GetSite

    • videoMeshInterclusters

      • videoMeshHomeCluster1

      • videoMeshHomeCluster2

      • videoMeshHomeCluster3

SetSite 请求更新:

Site 响应更新:

XML API 39.3.0 更新

单击此处下载 XML API 39.3 架构。

XML API中的短SIP URL,新元素 MeetingUrl

目前,在加入 Webex 会议时,应用程序或设备必须提供站点信息,有时这增加了加入会议的难度。从SIP设备拨入时尤其如此,因为用户必须输入 meeting_number@sitename.webex.com

为了更轻松地加入会议,我们从会议SIP URI中删除了输入站点名称的要求:meeting_number@webex.com。为了保持向下兼容性,旧格式适用于 sipURL,而新格式被追加到了新的元素 displayMeetingUrl

受影响的 API:

  • GetMeeting

    • displayMeetingUrl

  • GetEvent

    • displayMeetingUrl

  • GetSessionInfo

    • displayMeetingUrl

Meeting 响应示例:

< :isCETMeeting>true
< :meetingLink>https://sqdemo.dmz.webex.com/sqdemo/j.php?MTID=m0cdefe09626ba0bec956cdf9088bff55</meet:meetingLink>
< :sipURL>712296997@sqdemo.dmz.webex.com
< :displayMeetingUrl>712296997@dmz.webex.com

Event 响应示例:

<event:hostType>1001001</event:hostType>
<event:isCETMeeting>true</event:isCETMeeting>
<event:sipURL>713847821@sqdemo.dmz.webex.com</event:sipURL>
<event:displayMeetingUrl>713847821@dmz.webex.com</event:displayMeetingUrl>

SessionInfo 示例:

<ep:isCETMeeting>true</ep:isCETMeeting><ep:is
Next >true
<ep:meetingLink><ep:https://sqdemo.dmz.webex.com/sqdemo/j.php?MTID=ee7d38639d0b4a9ed2eb8802cfa2810dd</ep:meetingLink>
sipURL>713847821@sqdemo.dmz.webex.com</ep:sipURL>
<ep:displayMeetingUrl>713847821@dmz.webex.com</ep:displayMeetingUrl>

电子邮件示例:

描述长度现在限制为 1024 个字符

下列 API 现在的描述元素内容长度限制为 1024 个字符:

受影响的API

  • CreateTrainingSession

  • SetTrainingSession

  • CreateEvent

  • SetEvent

此更改是为了防止 Cisco Webex 无法处理请求。如果说明超过1024个字符,将返回错误消息:“060067非法输入说明。描述不能为空或超出最大显示字符长度 1024。”

针对长于 1024 个字符的描述的响应示例:

<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:sess="http://www.webex.com/schemas/2002/06/service/session" xmlns:train="http://www.webex.com/schemas/2002/06/service/trainingsession" xmlns:qti="http://www.webex.com/schemas/2002/06/service/trainingsessionqti" xmlns:qtiasi="http://www.webex.com/schemas/2002/06/service/trainingsessionqtiasi">


<serv:result>失败</serv:result>

非法输入说明。描述不能超过最大显示字符长度1024

<serv:gsbStatus>主</serv:gsbStatus>
<serv:exceptionID>060067</serv:exceptionID>


<serv:body>
<serv:bodyContent/>
</serv:body>

当匿名用户使用API时,GetSessionInfo 现在只返回个人会议室的基本信息

为了确保进一步提高安全性,我们正在减少有匿名与会者用户使用 API 时 GetSessionInfo 返回的信息量。在此更新中,我们将会减少 API 响应中的下列元素:

受影响的 API:

  • GetSessionInfo

    • <ep:accessControl>

    • <ep:isAlternateHost> </ep:isAlternateHost>

    • <ep:is > </ep:is >

    • <ep:hostKey> </ep:hostKey>

    • <ep:supportE2E> </ep:supportE2E>

响应比较:

<serv:bodyContent xsi:type="ep:getSessionInfoResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ep:status>否_进展</ep:状态>
<ep:is >false</ep:is >
<ep:sessionkey>712419789</ep:sessionkey>
<ep:confID>120396209273701973</ep:confID>
<ep:accessControl>
<ep:sessionPassword></ep:sessionPassword>
<ep:listStatus>非公开</ep:listStatus>
<ep:注册>false</ep:注册
<ep:passwordReq>false</ep:passwordReq>
<ep:is AudioPassword>false</ep:is AudioPassword>
<ep:is AudioLogin>false</ep:is AudioLogin>
</ep:accessControl>
<ep:metaData>
<ep:confName>Simon Test的个人会议室</ep:confName>
<ep:sessionType>3</ep:sessionType>
<ep:serviceType>MeetingCenter</ep:serviceType>
<ep:is >false</ep:is >
<ep:agenda >文本</ep:agenda >
<ep:descriptionFormat>文本</ep:descriptionFormat>
<ep:isException>false</ep:isException>
<ep:seriesMeetingKey>0</ep:seriesMeetingKey>
<ep:hasException>false</ep:hasException>
</ep:metaData>

<ep:tele Support>回呼</ep:tele Support>
https://sqdemo6.dmz.webex.com/sqdemo6/globalcallin.php?serviceType=MC&ED=0</ep:globalCallInNumbersURL>
<ep:tollFreeRestrictionsURL>https://www.webex.com/pdf/tollfree_restrictions.pdf</ep:tollFreeRestrictionsURL>
<ep:dialInSequences>AutoDialIn :[AccessNumber],,*00*[AccessCode]#,,,[AttendeeID]#|SilentDialIn :[AccessNumber],,*01*[AccessCode]#[AttendeeID]#*01*|AutoLGDialIn :[AccessNumber],,*00*[AccessCode]#,,,[ProfileID]#,,,[PIN]#|SilentLGDialIn :[AccessNumber],,*01*[AccessCode]#[ProfileID]#[PIN]#*01*|AutoLGPWDialIn :[AccessNumber],,*00*[AccessCode]#,,,[ProfileID]#,,[PIN]#,,,[Password]#|SilentLGPWDialIn :[AccessNumber],,*01*[AccessCode]#[ProfileID]#[PIN]#[Password]#*01*</ep:dialInSequences>
<ep:callInNum>
<serv:tollNum>14085452910</serv:tollNum>
<serv:globalNum>
<serv:countryAlias>14085452912</serv:countryAlias>
<serv:phoneNumber>14085452912</serv:phoneNumber>
<serv:tollFree>false</serv:tollFree>
<serv:default>false</serv:default>
</serv:globalNum>
</ep:callInNum>
<ep:标签>
<ep:tollFreeCallInLabel>免费呼入号码(美国/加拿大)</ep:tollFreeCallInLabel>
<ep:tollCallInLabel>14085452910</ep:tollCallInLabel>
</ep:标签>
<ep:isMPAudio>false</ep:isMPAudio>
<ep:voip>true</ep:voip>
<ep:enableTSP>false</ep:enableTSP>
</ep:tele >
<ep:主持人>
<ep:firstName>Simon</ep:firstName>
<ep:lastName>测验</ep:lastName>
<ep:email>simon0@qa.webex.com</ep:email>
<ep:webExid>Simon</ep:webExid>
<ep:allowAnyHostMeeting>false</ep:allowAnyHostMeeting>
</ep:主持人>
<ep: >
<ep:startDate>2068 12/31/13:00:00</ep:startDate>
<ep: >720</ep: >
<ep:timeZone>GMT-08:00,太平洋(旧金山)</ep:timeZone>
<ep:timeZoneID>4</ep:timeZoneID>
<ep:openTimeInSec>0</ep:openTimeInSec>
</ep: >
<ep:attendeeOptions>
<ep:join Account>false</ep:join Account>
</ep:attendee选项>
<ep:isAudioOnly>false</ep:isAudioOnly>
<ep:tele >false</ep:tele >
<ep:isAlternateHost>false</ep:isAlternateHost>
<ep:is >true</ep:is >
<ep:hostKey>954462</ep:hostKey>
<ep:supportE2E>false</ep:supportE2E>
<ep:isAllowJBH>false</ep:isAllowJBH>
<ep:isCETMeeting>true</ep:isCETMeeting>
<ep:isPersonalMeetingRoom>true</ep:isPersonalMeetingRoom>
<ep:isNext >true</ep:isNext >
https://sqdemo6.dmz.webex.com/sqdemo6/j.php?MTID=m424620ac1c117e156d97665b455192ed</ep:meetingLink>
<ep:sipURL>simon0@sqdemo6.dmz.webex.com</ep:sipURL>
<ep:displayMeetingUrl>simon0@sqdemo6.dmz.webex.com</ep:displayMeetingUrl>
<ep:isAutoRecord>false</ep:isAutoRecord>

XML API 39.2.0 更新

新元素 lastLoginTimeLstSummaryUser 响应中返回

新的响应元素,上次登录时间,已添加到LstSummaryUser API。 LoginTime 返回每个用户的最后登录时间。该元素的返回格式为:

04/12/2018 22:40:01**

受影响的 API:

  • LstSummaryUser

    • lastLoginTime

stSummaryUser 响应示例:

<?xml version="1.0" encode="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:使用="http://www.webex.com/schemas/2002/06/service/user">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent xsi:type="use:lstsummaryUserResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<use:user>
<use:userID>3469487</use:userID>
<use:objectGUID>a14e3312-e1d1-4e41-82b9-6ddac80c9f9a</use:objectGUID>
<use:webExid>sangeetha.swaminathan@gmail.com</use:webExid>
<use:firstName>Sangee</use:firstName>
<use:lastName>Gmail</use:lastName>
<use:email>sangeetha.swaminathan@gmail.com</use:email>
<use:userRoleType>主持人</use:userRoleType>
<use:registrationDate>2018年12月11日14:41:27</use:registrationDate>
<use:active>已停用</use:active>
<use:timeZoneID>4</use:timeZoneID>
<use:lastLoginTime>04/12/2018 22:40:01</use:lastLoginTime>
</use:user>
<use: Record>
<serv:total>1</serv:total>
<serv: >1</serv: >
<serv:startFrom>1</serv:startFrom>
</use: Record>
</serv:bodyContent>

XML API 39.1.0 更新

单击此处下载 XML API 39.1.0 架构。

新元素 apiVer 已添加到 GetAPIVersion API

新响应元素 apiVer 已添加到 GetAPIVersion API。在此更新中,XML API 版本命名规则会更改,以与其他 Cisco Webex 产品领域的统一版本号匹配。apiVer 返回新的版本信息,例如2019年1月更新的39.1.0。

受影响的 API:

  • GetAPIVersion

    • apiVer

元素 apiVersion 将于 2019 年 5 月 1 日被弃用,元素 release 将于 2019 年 5 月 1 日被分配新 XML API 值。

APIVersion 响应示例:

<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ep="http://www.webex.com/schemas/2002/06/service/ep" xmlns: ="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ep:getAPIVersionResponse">
<ep:apiVersion>WebEx XML API V11.0.0</ep:apiVersion>
<ep:release>SP22</ep:release>
<ep:apiVer>39.1.0</ep:apiVer>
</serv:bodyContent>

从 XML API 中删除了 HQ 和 HD 参数

HQ 和 HD 视频属性现在在站点级别决定,而不是在用户级别决定。从以下 API 发送请求时,这些参数的这两个选项会被忽略:

  • CreateMeeting

  • SetMeeting

  • CreateTrainingSession

  • SetTrainingSession

GetMeetingGetTrainingSession API 仍将返回这两个选项(在站点级别和用户级别决定),以避免破坏现有代码。

新元素 uploadLogFileUrl 已添加到返回给桌面应用程序的站点元数据

新元素 uploadLogFileUrl 已添加到返回给桌面应用程序的响应(当它调用 XML API 服务器中的 getSite API 时)。桌面应用程序可将日志文件上传到 uploadLogFileUrl

受影响的 API:

  • GetSite

    • uploadLogFileUrl

Site 响应示例:

<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ns1="http://www.webex.com/schemas/2002/06/service/site" xmlns:event="http://www.webex.com/schemas/2002/06/service/event">
<serv:header>
<serv:response>
<serv:result>成功</serv:result>
<serv:gsbStatus>主要</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="ns1:getSiteResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<ns1:metaData>
<ns1:isEnterprise>true</ns1:isEnterprise>
<ns1:serviceType>会议中心</ns1:serviceType>
<ns1:serviceType>活动中心</ns1:serviceType>
<ns1:serviceType>培训中心</ns1:serviceType>
<ns1:serviceType>支持中心</ns1:serviceType>
<ns1:meetingTypes>
<ns1:meetingTypeID>9</ns1:meetingTypeID>
<ns1:meetingTypeName>ONS</ns1:meetingTypeName>
<ns1:hideInScheduler>false</ns1:hideInScheduler>
</ns1:meetingTypes>
<ns1:meetingTypes>
<ns1:meetingTypeID>11</ns1:meetingTypeID>
<ns1:meetingTypeName>TRS</ns1:meetingTypeName>
<ns1:hideInScheduler>false</ns1:hideInScheduler>
</ns1:meetingTypes>
<ns1:meetingTypes>
<ns1:meetingTypeID>13</ns1:meetingTypeID>
<ns1:meetingTypeName>SC3</ns1:meetingTypeName>
<ns1:hideInScheduler>false</ns1:hideInScheduler>
</ns1:meetingTypes>
<ns1:meetingTypes>
<ns1:meetingTypeID>16</ns1:meetingTypeID>
<ns1:meetingTypeName>AUO</ns1:meetingTypeName>
<ns1:hideInScheduler>false</ns1:hideInScheduler>
</ns1:meetingTypes>
<ns1:meetingTypes>
<ns1:meetingTypeID>214</ns1:meetingTypeID>
<ns1:meetingTypeName>PRO</ns1:meetingTypeName>
<ns1:hideInScheduler>false</ns1:hideInScheduler>
</ns1:meetingTypes>
<ns1:siteName>sqdemo28</ns1:siteName>
<ns1:brandName>sqdemo28</ns1:brandName>
<ns1:brandName>sqdemo28-de</ns1:brandName>
<ns1:brandName>sqdemo28-en</ns1:brandName>
<ns1:brandName>sqdemo28-fr</ns1:brandName>
<ns1:region>法国</ns1:region>
<ns1:currency>法郎</ns1:currency>
<ns1:timeZoneID>4</ns1:timeZoneID>
<ns1:timeZone>GMT-08:00,太平洋(圣何塞)</ns1:timeZone>
<ns1:parterID>7Dsupoc6DOfzpgcNViYvUA</ns1:parterID>
<ns1:webDomain>sqwd</ns1:webDomain>
<ns1:meetingDomain>sqmd</ns1:meetingDomain>
<ns1:telephonyDomain>sqtd</ns1:telephonyDomain>
<ns1:pageVersion>T33L</ns1:pageVersion>
<ns1:clientVersion>T33L</ns1:clientVersion>
<ns1:pageLanguage>法语</ns1:pageLanguage>
<ns1:activateStatus>true</ns1:activateStatus>
<ns1:webPageType>J2EE</ns1:webPageType>
<ns1:iCalendar>真实</ns1:iCalendar>
<ns1:myWebExDefaultPage>我的会议</ns1:myWebExDefaultPage>
<ns1:componentVersion>cmp3300</ns1:componentVersion>
<ns1:accountNumLimit>999999</ns1:accountNumLimit>
<ns1:activeUserCount>40</ns1:activeUserCount>
<ns1:displayMeetingActualTime>false</ns1:displayMeetingActualTime>
<ns1:displayOffset>真实</ns1:displayOffset>
<ns1:supportWebEx11>false</ns1:supportWebEx11>
</ns1:metaData>
<ns1:ucf>
<ns1:ucfConfiguration>UCF 2.1</ns1:ucfConfiguration>
</ns1:ucf>
<ns1:clientPlatforms>
<ns1:msWindows>真实</ns1:msWindows>
<ns1:macOS9>真实</ns1:macOS9>
<ns1:macOSX>真实</ns1:macOSX>
<ns1:sunSolaris>true</ns1:sunSolaris>
<ns1:linux>true</ns1:linux>
<ns1:hpUnix>false</ns1:hpUnix>
<ns1:java>true</ns1:java>
<ns1:palm>false</ns1:palm>
</ns1:clientPlatforms>
<ns1:resourceRestrictions>
<ns1:isLicenseManager>true</ns1:isLicenseManager>
<ns1:concurrentLicense>0</ns1:concurrentLicense>
<ns1:fileFolder容量>1000</ns1:fileFolder容量>
<ns1:maxConcurrentEvents>0</ns1:maxConcurrentEvents>
<ns1:archiveStorageLimit>0</ns1:archiveStorageLimit>
</ns1:资源限制>
<ns1:supportAPI>
<ns1:autoLogin>正确</ns1:autoLogin>
<ns1:aspAndPHPAPI>真</ns1:aspAndPHPAPI>
<ns1:backwardAPI>false</ns1:backwardAPI>
<ns1:xmlAPI>true</ns1:xmlAPI>
<ns1:cAPI>false</ns1:cAPI>
<ns1:scorm>true</ns1:scorm>
</ns1:supportAPI>
<ns1:myWebExConfig>
<ns1:myContacts>true</ns1:myContacts>
<ns1:myProfile>true</ns1:myProfile>
<ns1:myMeetings>真实</ns1:myMeetings>
<ns1:trainingRecordings>真实</ns1:trainingRecordings>
<ns1:文件夹>错误</ns1:文件夹>
<ns1:eventDocument>true</ns1:eventDocument>
<ns1:myReport>错误</ns1:myReport>
<ns1:myComputer>错误</ns1:myComputer>
<ns1:personalMeetingPage>错误</ns1:personalMeetingPage>
<ns1:myFilesStorage>1000</ns1:myFilesStorage>
<ns1:myComputerNumbers>0</ns1:myComputerNumbers>
<ns1:enableMyWebExPro>true</ns1:enableMyWebExPro>
<ns1:myWebExProMaxHosts>999999</ns1:myWebExProMaxHosts>
<ns1:restrictAccessAnyApps>false</ns1:restrictAccessAnyApps>
<ns1:restrictAccessAnyAppsNum>0</ns1:restrictAccessAnyAppsNum>
<ns1:addlAccessAnyComputersLimit>严格</ns1:addlAccessAnyComputersLimit>
<ns1:addlAccessAnyComputers>0</ns1:addlAccessAnyComputers>
<ns1:addlStorageLimit>严格</ns1:addlStorageLimit>
<ns1:addlStorage>0</ns1:addlStorage>
<ns1:myContactsPro>true</ns1:myContactsPro>
<ns1:myProfilePro>true</ns1:myProfilePro>
<ns1:myMeetingsPro>true</ns1:myMeetingsPro>
<ns1:trainingRecordingsPro>true</ns1:trainingRecordingsPro>
<ns1:foldersPro>错误</ns1:foldersPro>
<ns1:eventDocumentPro>true</ns1:eventDocumentPro>
<ns1:myReportPro>true</ns1:myReportPro>
<ns1:myComputerPro>错误</ns1:myComputerPro>
<ns1:personalMeetingPagePro>true</ns1:personalMeetingPagePro>
<ns1:myFilesStoragePro>1000</ns1:myFilesStoragePro>
<ns1:myComputerNumbersPro>0</ns1:myComputerNumbersPro>
<ns1:PMRheaderBranding>错误</ns1:PMRheaderBranding>
</ns1:myWebExConfig>
<ns1:电话配置>
<ns1:isTSPUsingTelephonyAPI>false</ns1:isTSPUsingTelephonyAPI>
<ns1:serviceName>个人会议号码</ns1:serviceName>
<ns1:participantAccessCodeLabel>与会者访问代码</ns1:participantAccessCodeLabel>
<ns1:subscriberAccessCodeLabel>主持人访问代码</ns1:subscriberAccessCodeLabel>
<ns1:与会者IDLabel>与会者ID</ns1:与会者IDLabel>
<ns1:internetPhone>真实</ns1:internetPhone>
<ns1:supportCallInTypeTeleconf>true</ns1:supportCallInTypeTeleconf>
<ns1:callInTeleconferencing>true</ns1:callInTeleconferencing>
<ns1:tollFreeCallinTeleconferencing>true</ns1:tollFreeCallinTeleconferencing>
<ns1:intlCallInTeleconferencing>true</ns1:intlCallInTeleconferencing>
<ns1:callBackTeleconferencing>真实</ns1:callBackTeleconferencing>
<ns1:callInNumber>1</ns1:callInNumber>
<ns1:defaultTeleServerSubject>0.0.0.0</ns1:defaultTeleServerSubject>
<ns1:subscribeName>QA</ns1:subscribeName>
<ns1:subscribePassword>pass</ns1:subscribePassword>
<ns1:defaultPhoneLines>10</ns1:defaultPhoneLines>
<ns1:defaultSpeakingLines>10</ns1:defaultSpeakingLines>
<ns1:majorCountryCode>1</ns1:majorCountryCode>
<ns1:majorAreaCode>408</ns1:majorAreaCode>
<ns1:publicName>呼入用户</ns1:publicName>
<ns1:hybridTeleconference>true</ns1:hybridTeleconference>
<ns1:instantHelp>错误</ns1:instantHelp>
<ns1:customerManage>错误</ns1:customerManage>
<ns1:maxCallersNumber>500</ns1:maxCallersNumber>
<ns1:isSpecified>false</ns1:isSpecified>
<ns1:isContinue>false</ns1:isContinue>
<ns1:intlCallBackTeleconferencing>true</ns1:intlCallBackTeleconferencing>
<ns1:personalTeleconf>
<ns1:primaryLargeServer>
<serv:tollNum>14085452910</serv:tollNum>
<serv:globalNum>
<serv:countryAlias>14085452912</serv:countryAlias>
<serv:phoneNumber>14085452912</serv:phoneNumber>
<serv:tollFree>false</serv:tollFree>
<serv:default>错误</serv:default>
</serv:globalNum>
<serv:enableServer>true</serv:enableServer>
<serv:tollLabel>14085452910</serv:tollLabel>
<serv:tollFreeLabel>呼入免费号码(美国/加拿大)</serv:tollFreeLabel>
</ns1:primaryLargeServer>
<ns1:backup1LargeServer>
<serv:enableServer>false</serv:enableServer>
<serv:tollLabel>呼叫呼叫号码(美国/加拿大)</serv:tollLabel>
<serv:tollFreeLabel>呼入免费号码(美国/加拿大)</serv:tollFreeLabel>
</ns1:backup1LargeServer>
<ns1:backup2LargeServer>
<serv:enableServer>false</serv:enableServer>
<serv:tollLabel>备用呼入号码(美国/加拿大)</serv:tollLabel>
<serv:tollFreeLabel>备用呼入免费号码(美国/加拿大)</serv:tollFreeLabel>
</ns1:backup2LargeServer>
<ns1:primarySmallServer>
<serv:enableServer>false</serv:enableServer>
<serv:tollLabel>呼叫呼叫号码(美国/加拿大)</serv:tollLabel>
<serv:tollFreeLabel>呼入免费号码(美国/加拿大)</serv:tollFreeLabel>
</ns1:primarySmallServer>
<ns1:backup1SmallServer>
<serv:enableServer>false</serv:enableServer>
<serv:tollLabel>呼叫呼叫号码(美国/加拿大)</serv:tollLabel>
<serv:tollFreeLabel>呼入免费号码(美国/加拿大)</serv:tollFreeLabel>
</ns1:backup1SmallServer>
<ns1:backup2SmallServer>
<serv:enableServer>false</serv:enableServer>
<serv:tollLabel>备用呼入号码(美国/加拿大)</serv:tollLabel>
<serv:tollFreeLabel>备用呼入免费号码(美国/加拿大)</serv:tollFreeLabel>
</ns1:backup2SmallServer>
<ns1:joinBeforeHost>false</ns1:joinBeforeHost>
</ns1:personalTeleconf>
<ns1:multiMediaPlatform>true</ns1:multiMediaPlatform>
<ns1:multiMediaHostName>msa1mcccl01.dmz.webex.com</ns1:multiMediaHostName>
<ns1:broadcastAudioStream>true</ns1:broadcastAudioStream>
<ns1:tspAdaptorSettings>
<ns1:primaryLarge>
<ns1:enableAdaptor>false</ns1:enableAdaptor>
<ns1:serverIP></ns1:serverIP>
<ns1:mpAudio>
<ns1:label>呼叫号码</ns1:label>
</ns1:mpAudio>
<ns1:mpAudio>
<ns1:label>呼入免费号码</ns1:label>
</ns1:mpAudio>
</ns1:primaryLarge>
<ns1:backup1Large>
<ns1:enableAdaptor>false</ns1:enableAdaptor>
<ns1:serverIP></ns1:serverIP>
<ns1:mpAudio>
<ns1:label>呼叫号码</ns1:label>
</ns1:mpAudio>
<ns1:mpAudio>
<ns1:label>呼入免费号码</ns1:label>
</ns1:mpAudio>
</ns1:backup1Large>
<ns1:backup2Large>
<ns1:enableAdaptor>false</ns1:enableAdaptor>
<ns1:serverIP></ns1:serverIP>
<ns1:mpAudio>
<ns1:label>呼叫号码</ns1:label>
</ns1:mpAudio>
<ns1:mpAudio>
<ns1:label>呼入免费号码</ns1:label>
</ns1:mpAudio>
</ns1:backup2Large>
</ns1:tspAdaptorSettings>
<ns1:meetingPlace>
<ns1:persistentTSP>false</ns1:persistentTSP>
<ns1:mpAudioConferencing>无集成</ns1:mpAudioConferencing>
</ns1:meetingPlace>
<ns1:supportOtherTypeTeleconf>false</ns1:supportOtherTypeTeleconf>
<ns1:otherTeleServiceName>其他电话会议服务</ns1:otherTeleServiceName>
<ns1:supportAdapterlessTSP>false</ns1:supportAdapterlessTSP>
<ns1:displayAttendeeID>错误</ns1:displayAttendeeID>
<ns1:provisionTeleAccount>true</ns1:provisionTeleAccount>
<ns1:choosePCN>false</ns1:choosePCN>
<ns1:audioOnly>true</ns1:audioOnly>
<ns1:configTollAndTollFreeNum>false</ns1:configTollAndTollFreeNum>
<ns1:configPrimaryTS>false</ns1:configPrimaryTS>
<ns1:teleCLIAuth已启用>错误</ns1:teleCLIAuth已启用>
<ns1:teleCLIPINEnabled>false</ns1:teleCLIPINEnabled>
</ns1:电话配置>
<ns1:商业和报告>
<ns1:trackingCode>错误</ns1:trackingCode>
<ns1:siteAdminReport>真实</ns1:siteAdminReport>
<ns1:subScriptionService>false</ns1:subScriptionService>
<ns1:isECommmerce>false</ns1:isECommmerce>
<ns1:customereCommerce>false</ns1:customereCommerce>
<ns1:isLocalTax>false</ns1:isLocalTax>
<ns1:localTaxName>增值税</ns1:localTaxName>
<ns1:localTaxtRate>0.0</ns1:localTaxtRate>
<ns1:holReport>1</ns1:holReport>
</ns1:商业和报告>
<ns1:tools>
<ns1:businessDirectory>错误</ns1:businessDirectory>
<ns1:officeCalendar>错误</ns1:officeCalendar>
<ns1:meetingCalendar>true</ns1:meetingCalendar>
<ns1:displayOnCallAssistLink>false</ns1:displayOnCallAssistLink>
<ns1:displayProfileLink>true</ns1:displayProfileLink>
<ns1:recordingAndPlayback>true</ns1:recordingAndPlayback>
<ns1:recordingEditor>true</ns1:recordingEditor>
<ns1:publishRecordings>true</ns1:publishRecordings>
<ns1:instantMeeting>真实</ns1:instantMeeting>
<ns1:emails>错误</ns1:emails>
<ns1:outlookIntegration>true</ns1:outlookIntegration>
<ns1:wirelessAccess>错误</ns1:wirelessAccess>
<ns1:allowPublicAccess>true</ns1:allowPublicAccess>
<ns1:ssl>真实</ns1:ssl>
<ns1:handsOnLab>真</ns1:handsOnLab>
<ns1:holMaxLabs>999999</ns1:holMaxLabs>
<ns1:holMaxComputers>999999</ns1:holMaxComputers>
<ns1:userLockDown>错误</ns1:userLockDown>
<ns1:meetingAssist>错误</ns1:meetingAssist>
<ns1:sms>错误</ns1:sms>
<ns1:encryption>无</ns1:encryption>
<ns1:internalMeeting>false</ns1:internalMeeting>
<ns1:enableTP>false</ns1:enableTP>
<ns1:enableTPplus>false</ns1:enableTPplus>
<ns1:uploadLogFileUrl>https://sqwd.webex.com/logadmin/spr.do?SiteUrl=sqdemo28&LanguageId=1</ns1:uploadLogFileUrl>
</ns1:tools>
<ns1:custCommunications>
<ns1:displayType>
<ns1:prodSvcAnnounce>错误</ns1:prodSvcAnnounce>
<ns1:trainingInfo>false</ns1:trainingInfo>
<ns1:eNewsletters>错误</ns1:eNewsletters>
<ns1:promotionsOffers>错误</ns1:promotionsOffers>
<ns1:pressReleases>错误</ns1:pressReleases>
</ns1:displayType>
<ns1:displayMethod>
<ns1:email>错误</ns1:email>
<ns1:fax>虚假</ns1:fax>
<ns1:phone>错误</ns1:phone>
<ns1:mail>错误</ns1:mail>
</ns1:displayMethod>
</ns1:custCommunications>
<ns1:trackingCodes/>
<ns1:supportedServices>
<ns1:meetingCenter>
<ns1:enabled>真实</ns1:enabled>
<ns1:pageVersion>mc3300</ns1:pageVersion>
<ns1:clientVersion>T33L</ns1:clientVersion>
</ns1:meetingCenter>
<ns1:trainingCenter>
<ns1:enabled>真实</ns1:enabled>
<ns1:pageVersion>tc3300</ns1:pageVersion>
<ns1:clientVersion>T33L</ns1:clientVersion>
</ns1:trainingCenter>
<ns1:supportCenter>
<ns1:enabled>真实</ns1:enabled>
<ns1:pageVersion>sc3300</ns1:pageVersion>
<ns1:clientVersion>T33L</ns1:clientVersion>
<ns1:webACD>true</ns1:webACD>
</ns1:supportCenter>
<ns1:eventCenter>
<ns1:enabled>真实</ns1:enabled>
<ns1:pageVersion>ec3300</ns1:pageVersion>
<ns1:clientVersion>T33L</ns1:clientVersion>
<ns1:marketingAddOn>false</ns1:marketingAddOn>
<ns1:optimize与会者带宽使用>false</ns1:optimize与会者带宽使用>
</ns1:eventCenter>
<ns1:salesCenter>
<ns1:enabled>错误</ns1:enabled>
</ns1:salesCenter>
</ns1:supportedServices>
<ns1:安全选项>
<ns1:passwordExpires>错误</ns1:passwordExpires>
<ns1:passwordLifetime>0</ns1:passwordLifetime>
<ns1:ECMeetingsUnlisted>错误</ns1:ECMeetingsUnlisted>
<ns1:TCMeetingsUnlisted>错误</ns1:TCMeetingsUnlisted>
<ns1:allMeetingsUnlisted>true</ns1:allMeetingsUnlisted>
<ns1:allMeetingsPassword>真</ns1:allMeetingsPassword>
<ns1:joinBeforeHost>false</ns1:joinBeforeHost>
<ns1:audioBeforeHost>虚假</ns1:audioBeforeHost>
<ns1:audioBeforeHostEC>false</ns1:audioBeforeHostEC>
<ns1:audioBeforeHostTC>false</ns1:audioBeforeHostTC>
<ns1:changePersonalURL>true</ns1:changePersonalURL>
<ns1:changeUserName>false</ns1:changeUserName>
<ns1:meetings>
<ns1:strictPasswords>true</ns1:strictPasswords>
</ns1:meetings>
<ns1:strictUserPassword>true</ns1:strictUserPassword>
<ns1:accountNotify>错误</ns1:accountNotify>
<ns1:requireLoginBeforeSiteAccess>false</ns1:requireLoginBeforeSiteAccess>
<ns1:changePWDWhenAutoLogin>错误</ns1:changePWDWhenAutoLogin>
<ns1:enforceBaseline>true</ns1:enforceBaseline>
<ns1:passwordChangeIntervalOpt>false</ns1:passwordChangeIntervalOpt>
<ns1:passwordChangeInterval>24</ns1:passwordChangeInterval>
<ns1:firstAttendeeAsPresenter>false</ns1:firstAttendeeAsPresenter>
<ns1:isEnableUUIDLink>true</ns1:isEnableUUIDLink>
<ns1:isEnableUUIDLinkForSAC>true</ns1:isEnableUUIDLinkForSAC>
<ns1:enforceRecordingPwdForMC>true</ns1:enforceRecordingPwdForMC>
<ns1:enforceRecordingPwdForEC>false</ns1:enforceRecordingPwdForEC>
<ns1:enforceRecordingPwdForTC>false</ns1:enforceRecordingPwdForTC>
<ns1:enforceRecordingPwdForMisc>true</ns1:enforceRecordingPwdForMisc>
</ns1:安全选项>
<ns1:默认值>
<ns1:emailReminders>true</ns1:emailReminders>
<ns1:entryExitTone>BEEP</ns1:entryExitTone>
<ns1:voip>true</ns1:voip>
<ns1:电话会议>
<ns1:telephonySupport>回调</ns1:telephonySupport>
<ns1:tollFree>真实</ns1:tollFree>
<ns1:intlLocalCallIn>true</ns1:intlLocalCallIn>
</ns1:电话会议>
<ns1:joinTeleconfNotPress1>false</ns1:joinTeleconfNotPress1>
<ns1:updateTSPAccount>false</ns1:updateTSPAccount>
</ns1:缺省值>
<ns1:scheduleMeetingOptions>
<ns1:scheduleOnBehalf>true</ns1:scheduleOnBehalf>
<ns1:saveSessionTemplate>true</ns1:saveSessionTemplate>
</ns1:scheduleMeetingOptions>
<ns1:navBarTop>
<ns1:button>
<ns1:order>1</ns1:order>
<ns1:serviceName>欢迎</ns1:serviceName>
</ns1:按钮>
<ns1:button>
<ns1:order>2</ns1:order>
<ns1:enabled>真实</ns1:enabled>
<ns1:serviceName>会议中心</ns1:serviceName>
</ns1:按钮>
<ns1:button>
<ns1:order>3</ns1:order>
<ns1:enabled>真实</ns1:enabled>
<ns1:serviceName>活动中心</ns1:serviceName>
</ns1:按钮>
<ns1:button>
<ns1:order>4</ns1:order>
<ns1:enabled>真实</ns1:enabled>
<ns1:serviceName>支持中心</ns1:serviceName>
</ns1:按钮>
<ns1:button>
<ns1:order>5</ns1:order>
<ns1:enabled>真实</ns1:enabled>
<ns1:serviceName>培训中心</ns1:serviceName>
</ns1:按钮>
<ns1:button>
<ns1:order>6</ns1:order>
<ns1:serviceName>站点管理</ns1:serviceName>
</ns1:按钮>
<ns1:button>
<ns1:order>7</ns1:order>
<ns1:enabled>错误</ns1:enabled>
<ns1:serviceName>销售中心</ns1:serviceName>
</ns1:按钮>
<ns1:displayDisabledService>真实</ns1:displayDisabledService>
</ns1:navBarTop>
<ns1:navMyWebEx>
<ns1:customLinks>
<ns1:customLink>
<ns1:target>新功能</ns1:target>
</ns1:customLink>
<ns1:customLink>
<ns1:target>新功能</ns1:target>
</ns1:customLink>
<ns1:customLink>
<ns1:target>新功能</ns1:target>
</ns1:customLink>
</ns1:customLinks>
<ns1:partnerLinks>
<ns1:partnerLink>
<ns1:target>新功能</ns1:target>
</ns1:partnerLink>
<ns1:partnerLink>
<ns1:target>新功能</ns1:target>
</ns1:partnerLink>
<ns1:partnerLink>
<ns1:target>新功能</ns1:target>
</ns1:partnerLink>
</ns1:partnerLinks>
<ns1:partnerIntegration>true</ns1:partnerIntegration>
<ns1:支持>
<ns1:target>新功能</ns1:target>
</ns1:支持>
<ns1:培训>
<ns1:target>新功能</ns1:target>
</ns1:培训>
</ns1:navMyWebEx>
<ns1:navAllServices>
<ns1:customLinks>
<ns1:customLink>
<ns1:target>新功能</ns1:target>
</ns1:customLink>
<ns1:customLink>
<ns1:target>新功能</ns1:target>
</ns1:customLink>
<ns1:customLink>
<ns1:target>新功能</ns1:target>
</ns1:customLink>
</ns1:customLinks>
<ns1:支持>
<ns1:name>支持</ns1:name>
<ns1:target>新功能</ns1:target>
</ns1:支持>
<ns1:培训>
<ns1:name>培训</ns1:name>
<ns1:target>新功能</ns1:target>
</ns1:培训>
<ns1:supportMenu>
<ns1:userGuides>
<ns1:target>新功能</ns1:target>
</ns1:用户指南>
<ns1:下载>
<ns1:target>新功能</ns1:target>
</ns1:下载>
<ns1:培训>
<ns1:target>新功能</ns1:target>
</ns1:培训>
<ns1:contactUs>
<ns1:target>新功能</ns1:target>
</ns1:contactUs>
<ns1:supportMyResources>true</ns1:supportMyResources>
</ns1:supportMenu>
</ns1:navAllServices>
<ns1:passwordCriteria>
<ns1:mixedCase>false</ns1:mixedCase>
<ns1:minLength>4</ns1:minLength>
<ns1:minAlpha>0</ns1:minAlpha>
<ns1:minNumeric>0</ns1:minNumeric>
<ns1:minSpecial>0</ns1:minSpecial>
<ns1:disallowWebTextSessions>true</ns1:disallowWebTextSessions>
<ns1:disallowWebTextAccounts>true</ns1:disallowWebTextAccounts>
<ns1:disallowList>true</ns1:disallowList>
<ns1:disallowValue>密码</ns1:disallowValue>
<ns1:disallowValue>passwd</ns1:disallowValue>
<ns1:disallowValue>pass</ns1:disallowValue>
</ns1:passwordCriteria>
<ns1:recordingPasswordCriteria>
<ns1:mixedCase>true</ns1:mixedCase>
<ns1:minLength>8</ns1:minLength>
<ns1:minAlpha>2</ns1:minAlpha>
<ns1:minNumeric>1</ns1:minNumeric>
<ns1:minSpecial>0</ns1:minSpecial>
<ns1:disallowWebTextSessions>false</ns1:disallowWebTextSessions>
<ns1:disallowList>false</ns1:disallowList>
<ns1:disallowValue>密码</ns1:disallowValue>
<ns1:disallowValue>passwd</ns1:disallowValue>
<ns1:disallowValue>pass</ns1:disallowValue>
</ns1:recordingPasswordCriteria>
<ns1:accountPasswordCriteria>
<ns1:mixedCase>false</ns1:mixedCase>
<ns1:minLength>0</ns1:minLength>
<ns1:minNumeric>0</ns1:minNumeric>
<ns1:minAlpha>0</ns1:minAlpha>
<ns1:minSpecial>0</ns1:minSpecial>
<ns1:disallow3XRepeatedChar>false</ns1:disallow3XRepeatedChar>
<ns1:disallowWebTextAccounts>true</ns1:disallowWebTextAccounts>
<ns1:disallowList>true</ns1:disallowList>
<ns1:disallowValue>密码</ns1:disallowValue>
<ns1:disallowValue>passwd</ns1:disallowValue>
<ns1:disallowValue>pass</ns1:disallowValue>
<ns1:disallowValue>webex</ns1:disallowValue>
<ns1:disallowValue>cisco</ns1:disallowValue>
<ns1:disallowValue>xebew</ns1:disallowValue>
<ns1:disallowValue>ocsic</ns1:disallowValue>
</ns1:accountPasswordCriteria>
<ns1:生产力工具>
<ns1:enable>true</ns1:enable>
<ns1:installOpts>
<ns1:autoUpdate>真实</ns1:autoUpdate>
</ns1:installOpts>
<ns1:集成>
<ns1:outlook>真实</ns1:outlook>
<ns1:outlookForMac>true</ns1:outlookForMac>
<ns1:lotusNotes>真实</ns1:lotusNotes>
<ns1:oneClick>true</ns1:oneClick>
<ns1:showSysTrayIcon>true</ns1:showSysTrayIcon>
<ns1:office>真实</ns1:office>
<ns1:excel>true</ns1:excel>
<ns1:powerPoint>true</ns1:powerPoint>
<ns1:word>真实</ns1:word>
<ns1:IE>真实</ns1:IE>
<ns1:firefox>false</ns1:firefox>
<ns1:explorerRightClick>错误</ns1:explorerRightClick>
<ns1:instantMessenger>真实</ns1:instantMessenger>
<ns1:aolMessenger>false</ns1:aolMessenger>
<ns1:googleTalk>错误</ns1:googleTalk>
<ns1:lotusSametime>真实</ns1:lotusSametime>
<ns1:skype>true</ns1:skype>
<ns1:windowsMessenger>真实</ns1:windowsMessenger>
<ns1:yahooMessenger>错误</ns1:yahooMessenger>
<ns1:ciscoIPPhone>false</ns1:ciscoIPPhone>
<ns1:pcNow>错误</ns1:pcNow>
<ns1:iGoogle>false</ns1:iGoogle>
<ns1:iPhoneDusting>真实</ns1:iPhoneDusting>
</ns1:整合>
<ns1:oneClick>
<ns1:allowJoinUnlistMeeting>true</ns1:allowJoinUnlistMeeting>
<ns1:requireApproveJoin>false</ns1:requireApproveJoin>
</ns1:oneClick>
<ns1:模板>
<ns1:useTemplate>false</ns1:useTemplate>
</ns1:模板>
<ns1:lockDownPT>
<ns1:lockDown>错误</ns1:lockDown>
</ns1:lockDownPT>
<ns1:imSettings>
<ns1:attendeeInviteOther>真实</ns1:attendeeInviteOther>
</ns1:imSettings>
</ns1:生产力工具>
<ns1:meetingPlace/>
<ns1:salesCenter>
<ns1:allowJoinWithoutLogin>错误</ns1:allowJoinWithoutLogin>
</ns1:salesCenter>
<ns1:connectIntegration>
<ns1:integratedWebEx11>false</ns1:integratedWebEx11>
</ns1:connectIntegration>
<ns1:视频>
<ns1:HQvideo>true</ns1:HQvideo>
<ns1:maxBandwidth>中间</ns1:maxBandwidth>
<ns1:HDvideo>真实</ns1:HDvideo>
</ns1:视频>
<ns1:siteCommonOptions>
<ns1:SupportCustomDialRestriction>错误</ns1:SupportCustomDialRestriction>
<ns1:SupportTelePresence>错误</ns1:SupportTelePresence>
<ns1:SupportTelePresencePlus>false</ns1:SupportTelePresencePlus>
<ns1:EnableCloudTelepresence>真实</ns1:EnableCloudTelepresence>
<ns1:EnableCMRForAllUsers>true</ns1:EnableCMRForAllUsers>
<ns1:enablePersonalMeetingRoom>true</ns1:enablePersonalMeetingRoom>
<ns1:SupportAlternateHost>true</ns1:SupportAlternateHost>
<ns1:SupportAnyoneHostMeetings>真</ns1:SupportAnyoneHostMeetings>
</ns1:siteCommonOptions>
<ns1:samlSSO>
<ns1:enableSSO>虚假</ns1:enableSSO>
<ns1:autoAccountCreation>错误</ns1:autoAccountCreation>
</ns1:samlSSO>
<ns1:与会者限制>
<ns1:maxInviteesNumberForMC>1000</ns1:maxInviteesNumberForMC>
<ns1:maxRegistrantsNumberForMC>1000</ns1:maxRegistrantsNumberForMC>
<ns1:maxInviteesNumberForTC>1000</ns1:maxInviteesNumberForTC>
<ns1:maxRegistrantsNumberForTC>1000</ns1:maxRegistrantsNumberForTC>
<ns1:maxInviteesNumberForEC>10000</ns1:maxInviteesNumberForEC>
<ns1:maxRegistrantsNumberForEC>10000</ns1:maxRegistrantsNumberForEC>
</ns1:与会者限制>
<ns1:CISiteLicenseInfo>
<ns1:accountNumberLimitForCMRHost>200</ns1:accountNumberLimitForCMRHost>
<ns1:allowOverageForCMRHost>true</ns1:allowOverageForCMRHost>
<ns1:accountNumberUsedForCMRHost>40</ns1:accountNumberUsedForCMRHost>
<ns1:accountNumberLimitForEEHost>200</ns1:accountNumberLimitForEEHost>
<ns1:allowOverageForEEHost>true</ns1:allowOverageForEEHost>
<ns1:accountNumberUsedForEEHost>40</ns1:accountNumberUsedForEEHost>
<ns1:attendeeCapacityForMC>200</ns1:attendeeCapacityForMC>
<ns1:attendeeCapacityForTC>200</ns1:attendeeCapacityForTC>
<ns1:与会者CapacityForEC>200</ns1:与会者CapacityForEC>
<ns1:attendeeCapacityForSC>200</ns1:attendeeCapacityForSC>
</ns1:CISiteLicenseInfo>
</ns1:siteInstance>
</serv:bodyContent>

XML API 11.0.0 SP22 更新

UploadPMRImage 的文件大小限制

使用 API UploadPMRImage 上传头像时,新限制限定为 5 MB。尝试上传大于该值的文件时将收到错误消息:“010100上传的图像大小太大。请尝试大小不超过 5MB 的图像。

XML API 11.0.0 SP21 更新

单击此处下载 XML API 11.0 SP21 架构。

新元素 autoRecord 已添加到 CreateMeetingSetMeetingGetMeetingLstMeeting

名为 autoRecord 的新元素已添加至 CreateMeetingSetMeetingGetMeetingLstMeeting API。autoRecord 允许用户直接从会议安排程序自动录制Webex会议。这可以提供会议级的颗粒度,而之前自动录制会议的方法只能在站点级进行全局访问。

autoRecord 元素仅适用于 Webex Meetings。不适用于 Webex Events 或 Webex Training。

受影响的 API:

  • CreateMeeting

    • autoRecord

  • SetMeeting

    • autoRecord

  • GetMeeting

    • autoRecord

  • LstMeeting

    • autoRecord

Meeting 更新:

autoRecord 设置

使用基于网络的录制功能自动录制所有会话时的行为在“站点管理”上禁用

True

会议开始时,自动开始录制

False (默认值)或无元素

会议开始时,不自动开始录制

如果启用了使用基于网络的录制功能自动录制所有会话,将忽略该元素并在会议开始后自动开始录制。

Meeting 更新:

autoRecord 设置

使用基于网络的录制功能自动录制所有会话时的行为在“站点管理”上禁用

True

会议开始时,自动开始录制

False (默认值)或无元素

会议开始时,不自动开始录制

如果启用了使用基于网络的录制功能自动录制所有会话,将忽略该元素并在会议开始后自动开始录制。

Meeting 更新:

autoRecord 设置

使用基于网络的录制功能自动录制所有会话时的行为在“站点管理”上禁用

True

会议开始时,自动开始录制

False

会议开始时,不自动开始录制

如果启用了使用基于网络的录制功能自动录制所有会话,将忽略该元素并在会议开始后自动开始录制。

Meeting 响应示例:

stMeeting 更新:

autoRecord 设置

使用基于网络的录制功能自动录制所有会话时的行为在“站点管理”上禁用

True

会议开始时,自动开始录制

False

会议开始时,不自动开始录制

如果启用了使用基于网络的录制功能自动录制所有会话,将忽略该元素并在会议开始后自动开始录制。

stMeeting 响应示例:

新元素 isAutoRecord 已添加到 GetSessionInfo API

除了对上述 API 的更改外,新元素 isAutoRecord 也已添加到 GetSessionInfo API。可以使用该元素指示会议开始时是否自动开始录制。

受影响的 API:

  • GetSessionInfo

    • isAutoRecord

SessionInfo 更新:

isAutoRecord 设置

使用基于网络的录制功能自动录制所有会话时的行为在“站点管理”上禁用

True

会议开始时,自动开始录制

False

会议开始时,不自动开始录制

如果启用了使用基于网络的录制功能自动录制所有会话,将忽略该元素并在会议开始后自动开始录制。

SessionInfo 示例:

XML API 11.0.0 SP20 更新

单击此处下载 XML API 11.0 SP20 架构。

新元素 returnShareToMeRecording 已添加到 LstRecording API 请求

此更改之前曾在 XML API 11.0 SP17 中宣布过,但将应用到本更新中。

新元素,returnShareToMe录制,已添加到Lst录音 API。returnShareToMeRecording 是对 LstRecording 请求中的布尔值。

添加这个新元素以支持查找与会者或受邀者录制文件。returnShareToMeRecording 是一个标记,用于通知 LstRecording API它必须返回与会者或受邀者录制文件。

returnShareToMeRecording 设置为 True 时,LstRecording 会将录制文件用户以所有者身份返回,还会将录制文件用户以该所有者共享的与会者或受邀者身份返回。

如果自动共享和手动共享标记均关闭LstRecording 仅将该用户作为录制文件的所有者返回。

returnShareToMeRecording 设置为 False 时,或者请求中不包括此元素,LstRecording 遵循与之前相同的逻辑:以所有者身份返回录制文件用户。

受影响的 API:

  • LstRecording

    • returnShareToMeRecording

stRecording 更新:

元素 shareToMe 已添加到 LstRecording API 响应

此更改之前曾在 XML API 11.0 SP17 中宣布过,但将应用到本更新中。

新元素(shareToMe)已添加到 LstRecording API。shareToMe 是对 LstRecording的响应中的布尔值。

添加这个新元素以支持查找与会者或受邀者录制文件。shareToMe 是一个标记,用于定义该用户是当前录制文件的所有者还是与会者。

shareToMeTrue 时,用户不是当前录制文件的所有者。用户可能是与会者,或者录制文件通过所有者共享。

shareToMeFalse 时,或者响应中没有此元素,LstRecording 遵循与之前相同的逻辑:用户是当前录制文件的所有者。

受影响的 API:

  • LstRecording

    • shareToMe

stRecording 更新:

returnShareToMeRecordingshareToMe 请求示例:

<bodyContent xsi:type="java.com.webex.service.binding.。ep.Lst ">>
<hostWebExID>auto243</hostWebExID>
<createTimeScope>
<createTimeStart>2018年8月15日8:0:0</createTimeStart>
<createTimeEnd>09/05/2018 7:59:59</createTimeEnd>
<timeZoneID>20</timeZoneID>
</createTimeScope>
<service >
<serviceType>MeetingCenter</serviceType>
<serviceType>EventCenter</serviceType>
<serviceType>TrainingCenter</serviceType>
</service >
<returnShareToMe >true</returnShareToMe >
</bodyContent>

returnShareToMeRecordingshareToMe 响应示例:

新元素已添加到 GetEvent API

四个新元素已添加到 GetEvent API:

  • isCETMeeting:用于指示 Webex 活动是否支持 Webex 视频平台 2 (CMR 4.0) 的布尔值 True/False

  • sipURL:指用于从视频会议系统或应用程序加入 Webex 视频会议的 URL

  • 拨IPAddress:指用于从视频会议系统或应用程序拨号进入 Webex 视频会议的 IP 地址

  • panelistNumericPassword:指用于从视频会议系统或应用程序加入 Webex 视频会议的密码

如果站点支持 Webex 视频,主持人拥有 Webex Events 视频权限,并且活动支持 Webex 视频平台 2 (CMR 4.0),GetEvent 就会返回这些元素。否则,GetEvent 不会返回它们。

受影响的 API:

  • GetEvent

    • isCETMeeting

    • sipURL

    • standaloneDialingIPAddress

    • panelistNumericPassword

新元素 panelistNumericPassword 已添加到 GetSessionInfo API

SessionInfo 有一个新元素,即 panelistNumericPassword,其中包含从视频会议系统或应用程序加入Webex视频会议的密码。

如果站点支持 Webex 视频,主持人拥有 Webex Events 视频权限,并且活动支持 Webex 视频平台 2 (CMR 4.0),GetSessionInfo 就会返回这四个元素:

  • isCETMeeting:用于指示 Webex 活动是否支持 Webex 视频平台 2 (CMR 4.0) 的布尔值 True/False

  • sipURL:指用于从视频会议系统或应用程序加入 Webex 视频会议的 URL

  • 拨IPAddress:指用于从视频会议系统或应用程序拨号进入 Webex 视频会议的 IP 地址

  • panelistNumericPassword:指用于从视频会议系统或应用程序加入 Webex 视频会议的密码

对于 Webex Meetings,以下元素已存在于 GetSessionInfo 中:

  • isCETMeeting

  • sipURL

  • standaloneDialingIPAddress

受影响的 API:

  • GetSessionInfo

    • panelistNumericPassword

GetEventGetSessionInfo 进行架构更改

Event 更新:

SessionInfo 更新:

XML API 11.0.0 SP18 更新

单击此处下载 XML API 11.0 SP18 架构。

新元素 EnableCloudTelepresence 已添加到 getSite API

新元素 EnableCloudTelepresence 已添加到 getSite API。

当启用选项 EnableCETForAllUsers 后,Webex 会检查用户是否支持 Webex 视频 (CMR)。现在,它也返回新元素 EnableCloudTelepresence(在 getSite API 中)。

受影响的 API:

  • getSite

  • EnableCloudTelepresence

Site 示例响应:

XML API 11.0.0 SP17 更新

新元素 returnShareToMeRecording 已添加到 LstRecording API 请求

新元素,returnShareToMe录制,已添加到Lst录音 API。returnShareToMeRecording 是对 LstRecording 请求中的布尔值。

添加这个新元素以支持拉取与会者或受邀者录制文件。returnShareToMeRecording 是一个标记,用于通知 LstRecording API它必须返回与会者或受邀者录制文件。

returnShareToMeRecording 设置为 True 时,LstRecording 以所有者身份返回录制文件用户,还将以该所有者共享的与会者或受邀者身份返回录制文件用户。

如果自动共享和手动共享标记已禁用,LstRecording 仅将该用户作为录制文件的所有者返回。

returnShareToMeRecording 设置为 False 时,或者请求中不包括此元素,LstRecording 遵循与之前相同的逻辑:以所有者身份返回录制文件用户。

受影响的 API:

  • LstRecording

  • returnShareToMeRecording

stRecording 更新:

新元素 shareToMe 已被添加到 LstRecording API 响应

新元素(shareToMe)已添加到 LstRecording API。shareToMe 是对 LstRecording的响应中的布尔值。

添加这个新元素以支持拉取与会者或受邀者录制文件。shareToMe 是一个标记,用于定义用户是当前录制文件的所有者、与会者还是受邀者。

shareToMeTrue 时,用户不是当前录制文件的所有者。用户可能是与会者或受邀者,或者录制文件通过所有者共享。

shareToMeFalse 时,或者响应中没有此元素,LstRecording 遵循与之前相同的逻辑:用户是当前录制文件的所有者。

受影响的API

  • LstRecording

  • shareToMe

stRecording 更新:

与会者容量的新元素添加到 API getSite 响应

四个新元素已被添加到 getSite API,用于指示以下 Webex 服务中的与会者容量:

e For MC - Webex Meetings

e ForEC – Webex Events

attendee ForTC – Webex Training

e ForSC – Webex Support

这些返回值表示会议、活动或课程可以参加的与会者最多人数。他们是响应中 CISiteLicenseInfo 元素的子项。

受影响的 API:

  • getSite

  • attendeeCapacityForMC

  • attendeeCapacityForEC

  • attendeeCapacityForTC

  • attendeeCapacityForSC

Site 响应示例:

<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ns1="http://www.webex.com/schemas/2002/06/service/site" xmlns:event="http://www.webex.com/schemas/2002/06/service/event">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:getSiteResponse">>
<ns1:site >


<ns1:CISiteLicenseInfo>
<ns1:accountNumberLimitForMC>999</ns1:accountNumberLimitForMC>
<ns1:allowOverageForMC>false</ns1:allowOverageForMC>
<ns1:accountNumber ForMC>43</ns1:accountNumber ForMC>
<ns1:accountNumberLimitForTC>999</ns1:accountNumberLimitForTC>
<ns1:allowOverageForTC>false</ns1:allowOverageForTC>
<ns1:accountNumberUsedForTC>44</ns1:accountNumberUsedForTC>
<ns1:accountNumberLimitForEC>999</ns1:accountNumberLimitForEC>
<ns1:allowOverageForEC>false</ns1:allowOverageForEC>
<ns1:accountNumberUsedForEC>22</ns1:accountNumberUsedForEC>
<ns1:accountNumberLimitForSC>999999</ns1:accountNumberLimitForSC>
<ns1:allowOverageForSC>false</ns1:allowOverageForSC>
<ns1:accountNumberUsedForSC>13</ns1:accountNumberUsedForSC>
<ns1:accountNumberLimitForCMRHost>999999</ns1:accountNumberLimitForCMRHost>
<ns1:allowOverageForCMRHost>false</ns1:allowOverageForCMRHost>
<ns1:accountNumberUsedForCMRHost>4</ns1:accountNumberUsedForCMRHost>
<ns1:attendee ForMC>1000</ns1:attendee ForMC>
<ns1:attendee ForTC>1000</ns1:attendee ForTC>
<ns1:attendee ForEC>3000</ns1:attendee ForEC>
<ns1:attendee ForSC>500</ns1:attendee ForSC>
</ns1:CISiteLicenseInfo>
</ns1:site >
</serv:bodyContent>


XML API 11.0.0 SP16 更新

新APIhostStreamURL 已添加到lst Response

元素 hostStreamURL 已添加至 LstRecording 响应,作为录制文件详细信息的一部分。hostStreamURL 返回主持人无需登录即可查看录制文件的URL。该 URL 在其生成后的 30 分钟内有效。

受影响的 API:

  • hostStreamURL

hostStreamURL 响应示例:



<xsd:element name="recordingID" type="xsd:int"/>
<xsd:element name="hostWebExID" type="xsd:string"/>
<xsd:element name="name" type="xsd:string"/>
<xsd:element name="description" type="xsd:string"/>
<xsd:element name="createTime" type="xsd:string"/>
<xsd:element name="timeZoneID" type="xsd:int"/>
<xsd:element name="size" type="xsd:float"/>
<xsd:element name="streamURL" type="xsd:string"/>
<xsd:element name="hostStreamURL" type="xsd:string" min ="0"/>
<xsd:element name="fileURL" type="xsd:string"/>

Site API使用新的WebDB建模返回数据

按照客户要求,API GetSite 现在能更准确地检索主持人许可证、使用情况报告数据和对 CI 站点使用新 WebDB 建模的其他数据。

受影响的 API:

  • GetSite

Site 响应示例:

<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ns1="http://www.webex.com/schemas/2002/06/service/site" xmlns:event="http://www.webex.com/schemas/2002/06/service/event">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:getSiteResponse">>
<ns1:site >


<ns1:CISiteLicenseInfo>
<ns1:accountNumberLimitForMC>999</ns1:accountNumberLimitForMC>
<ns1:allowOverageForMC>false</ns1:allowOverageForMC>
<ns1:accountNumber ForMC>43</ns1:accountNumber ForMC>
<ns1:accountNumberLimitForTC>999</ns1:accountNumberLimitForTC>
<ns1:allowOverageForTC>false</ns1:allowOverageForTC>
<ns1:accountNumberUsedForTC>44</ns1:accountNumberUsedForTC>
<ns1:accountNumberLimitForEC>999</ns1:accountNumberLimitForEC>
<ns1:allowOverageForEC>false</ns1:allowOverageForEC>
<ns1:accountNumberUsedForEC>22</ns1:accountNumberUsedForEC>
<ns1:accountNumberLimitForSC>999999</ns1:accountNumberLimitForSC>
<ns1:allowOverageForSC>false</ns1:allowOverageForSC>
<ns1:accountNumberUsedForSC>13</ns1:accountNumberUsedForSC>
<ns1:accountNumberLimitForCMRHost>999999</ns1:accountNumberLimitForCMRHost>
<ns1:allowOverageForCMRHost>false</ns1:allowOverageForCMRHost>
<ns1:accountNumberUsedForCMRHost>4</ns1:accountNumberUsedForCMRHost>
</ns1:CISiteLicenseInfo>
</ns1:site >
</serv:bodyContent>


针对EE站点的 Site 响应示例:

<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ns1="http://www.webex.com/schemas/2002/06/service/site" xmlns:event="http://www.webex.com/schemas/2002/06/service/event">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:getSiteResponse">>
<ns1:site >


<ns1:CISiteLicenseInfo>
<ns1:accountNumberLimitForCMRHost>80</ns1:accountNumberLimitForCMRHost>
<ns1:allowOverageForCMRHost>true</ns1:allowOverageForCMRHost>
<ns1:accountNumberUsedForCMRHost>99</ns1:accountNumberUsedForCMRHost>
<ns1:accountNumberLimitForEEHost>999999</ns1:accountNumberLimitForEEHost>
<ns1:allowOverageForEEHost>false</ns1:allowOverageForEEHost>
<ns1:accountNumber ForEEHost>368</ns1:accountNumber ForEEHost>
</ns1:CISiteLicenseInfo>
</ns1:site >
</serv:bodyContent>

XML API 11.0.0 SP15 更新

使用 GetSessionsInfo API 返回 Webex Meetings 会议链接

GetSessionInfo API 的架构具有新的返回值 meetingLink。您可以使用会议链接以主持人身份开始 Webex 会议,或者以与会者身份加入 Webex 会议。

受影响的 API:

  • GetSessionInfo

  • meetingLink

SessionInfo 示例:

https://hmwds6.qa.webex.com/hmwds6/j.php?MTID=m265e64705c6660d4132c2d4f19aed7e7</ep:meetingLink>

新查询条件依据 RecordingID,位于 LstRecording API 上

您现在可以使用 LstRecording 并借助 recordingID 查询录制文件。有两种录制文件标识:

  • Webex Meetings、Webex Events 和 Webex Training 的录制文件标识

  • 其他录制文件的 NBR 录制文件标识

如果 XML 请求中有 serviceType 元素,则 LstRecording 仅返回服务录制文件(Webex Meetings、Webex Events 和 Webex Training)。

如果 XML 请求中没有 serviceType 元素,则 LstRecording 仅返回 NBR 录制文件。

受影响的 API:

  • LstRecording

  • RecordingID

stRecording 响应示例:

服务录制文件标识的请求示例:

<bodyContent xsi:type="java:com.webex.service.binding.ep.Lst ">
<service >
<serviceType>MeetingCenter</serviceType>
<serviceType>EventCenter</serviceType>
<serviceType>TrainingCenter</serviceType>
</service >
< ID>974164492
<订单>
<orderBy>CREATETIME</orderBy>
<orderAD>DESC</orderAD>
<orderBy>HOSTID</orderBy>
<orderAD>ASC</orderAD>
<orderBy>录制文件名</orderBy>
<orderAD>ASC</orderAD>
</订单>
</bodyContent>

NBR 录制文件标识的请求示例:

<bodyContent xsi:type="java:com.webex.service.binding.ep.Lst "><recording
ID>
974154032<order>
<orderBy>CREATETIME</orderBy>
<orderAD>DESC</orderAD>
<orderBy>HOSTID</orderBy>
<orderAD>ASC</orderAD>
<orderBy>RECORDNAME</orderBy>
<orderAD>ASC</orderAD>
</order>
</bodyContent>

XML API 11.0.0 SP14 更新

Meeting Center 的初级使用摘要报告

Meeting Center 初级报告增加了两个新的 API,即 LstmeetingusagePreliminaryHistoryLstmeetingattendeePreliminaryHistory。在最终报告中,它们具有与 LsteventsessionPreliminaryHistoryLsteventattendeePreliminaryHistory 相同的行为。

受影响的 API:

  • LstmeetingusagePreliminaryHistory

  • LstmeetingattendeePreliminaryHistory

stmeeting PreliminaryHistory 请求示例:

<?xml version="1.0" encode="UTF-8"?>
<serv:消息
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:serv="http://www.webex.com/schemas/2002/06/service"
xsi:schemaLocation="http://www.webex.com/schemas/2002/06/service
http://www.webex.com/schemas/2002/06/service/service.xsd">

<securityContext>
<webExID>testuser</webExID>
<password>****</password>
<siteName>testsite</siteName>
</securityContext>


<bodyContent xsi:type="java:com.webex.service.binding.history.Lstmeeting PreliminaryHistory">
<startTimeScope>
<sessionStartTimeStart>2018年4月23日00:00:00</sessionStartTimeStart>
<sessionStartTimeEnd>2018年4月24日11:59:59</sessionStartTimeEnd>
</startTimeScope>
<listControl>
<startFrom>1</startFrom>
<maximumNum>10</maximumNum>
<listMethod>AND</listMethod>
</listControl>
<订单>
<orderBy>开始时间</orderBy>
<orderAD>ASC</orderAD>
<orderBy>CONFNAME</orderBy>
<orderAD>ASC</orderAD>
<orderBy>confid</orderBy>
<orderAD>ASC</orderAD>
</订单>
</bodyContent>


stmeetingusagePreliminaryHistory 响应示例:

<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:历史记录="http://www.webex.com/schemas/2002/06/service/history">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="history:lstmeeting PreliminaryHistoryResponse">>
<history:meetingUsagePreliminaryHistory>
<history:confID>93115261364733685</history:confID>
<history:sessionKey>800150023</history:sessionKey>
<history:confName>200804231215</history:confName>
<history:openTime>2018年4月23日19:16:34</history:openTime>
<history:timeZoneID>4</history:timeZoneID>
<history:meetingType>专业版</history:meetingType>
<history:timeZoneWithDST>旧金山(太平洋夏令时,GMT-07:00)</history:timeZoneWithDST>
<history:trackingCode>
<com:trackingCode1>mytrackingcode1</com:trackingCode1>
<com:trackingCode2>mytrackingcode2</com:trackingCode2>
</history:trackingCode>
<history: >1</history: >
<history: >1</history:
<history: >3</history: >
</history:meetingUsagePreliminaryHistory>
<history: Record>
<serv:total>1</serv:total>
<serv: >1</serv: >
<serv:startFrom>1</serv:startFrom>
</history: Record>
</serv:bodyContent>


stmeetingattendeePreliminary History请求示例:

<?xml version="1.0" encode="UTF-8"?>
<serv:消息
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:serv="http://www.webex.com/schemas/2002/06/service"
xsi:schemaLocation="http://www.webex.com/schemas/2002/06/service
http://www.webex.com/schemas/2002/06/service/service.xsd">

<securityContext>
<webExID>testuser</webExID>
<password>****</password>
<siteName>testsite</siteName>
</securityContext>


<bodyContent xsi:type="java:com.webex.service.binding.history.LstmeetingattendeePreliminaryHistory">
<startTimeScope>
<sessionStartTimeStart>2018年4月23日00:00:00</sessionStartTimeStart>
<sessionStartTimeEnd>2018年4月24日11:59:59</sessionStartTimeEnd>
</startTimeScope>
<listControl>
<startFrom>1</startFrom>
<maximumNum>10</maximumNum>
<listMethod>AND</listMethod>
</listControl>
<订单>
<orderBy>开始时间</orderBy>
<orderAD>ASC</orderAD>
<orderBy>confid</orderBy>
<orderAD>ASC</orderAD>
</订单>
</bodyContent>


stmeetingattendeePreliminaryHistory 响应示例:

<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:历史记录="http://www.webex.com/schemas/2002/06/service/history">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="history:lstmeetingattendeePreliminaryHistoryResponse">>
<history:meetingAttendeePreliminaryHistory>
<history:meetingKey>800150023</history:meetingKey>
<history:confName>200804231215</history:confName>
<history:company>XYZ</history:company>
<history:title>DJ</history:title>
<history:phoneNumber>1,222,654-3210,,,,</history:phoneNumber>
<history:address1>1任何街道</history:address1>
<history:address2>xyz</history:address2>
<history:city>圣何塞</history:city>
<history:state>CA</history:state>
<history:country>美国</history:country>
<history:zipCode>95111</history:zipCode>
<history:name>用户test2</history:name>
<history:email>ut2@qa.webex.com</history:email>
<history:joinTime>2018年4月23日19:13:06</history:joinTime>
<history:participantType>与会者</history:participantType>
<history:confID>93115261364733685</history:confID>
</history:meetingAttendeePreliminaryHistory>
<history:meetingAttendeePreliminaryHistory>
<history:meetingKey>800150023</history:meetingKey>
<history:confName>200804231215</history:confName>
<history:name>zzz zzzz</history:name>
<history:email>z6@webex.com</history:email>
<history:joinTime>2018年4月23日19:14:10</history:joinTime>
<history:participantType>与会者</history:participantType>
<history:confID>93115261364733685</history:confID>
</history:meetingAttendeePreliminaryHistory>
<history:meetingAttendeePreliminaryHistory>
<history:meetingKey>800150023</history:meetingKey>
<history:confName>200804231215</history:confName>
<history:name>测试主持人</history:name>
<history:email>testuser@webex.com</history:email>
<history:joinTime>2018年4月23日19:12:42</history:joinTime>
<history:participantType>与会者</history:participantType>
<history:confID>93115261364733685</history:confID>
</history:meetingAttendeePreliminaryHistory>
<history: Record>
<serv:total>3</serv:total>
<serv: >3</serv: >
<serv:startFrom>1</serv:startFrom>
</history: Record>
</serv:bodyContent>


从 GLA GetsessionInfo API 返回 SIP URL 和 Skype URL

两个新元素,,在调用GLA时附加到响应中GetSessionInfo API。这些是匿名访问时返回的基本元素。

  • 可用于从Tele 或其他Cisco视频设备加入会议。这样,只有使用Cisco视频平台版本1.0或2.0的会议GetSessionInfo才会返回 元素。

  • 可用于从Microsoft Skype应用程序加入会议,而没有任何限制或条件,因此每次呼叫都可以返回。

受影响的 API:

  • GetSessionInfo

响应示例:

GetMeeting API 返回 SIP URL 和会议链接

三个新元素,,以及,在调用时附加到响应GetMeeting API。

  • 返回会议是否使用Cisco视频平台(支持Tele 和视频)。

  • 可用于连接到会议。

  • 可用于从Tele 或其他Cisco视频设备加入会议。通过这种方式,只有使用 Cisco 视频平台版本 1.0 或 2.0 的会议才会使 GetMeeting 返回元素。

受影响的 API:

  • GetMeeting

Meeting 响应示例:

XML API 11.0.0 SP13 更新

宣布弃用父中的元素

Cisco计划弃用父 元素中的 元素,并将其替换为。由于在站点迁移过程中经常会更改大量 元素,因此组织需要高昂的维护成本才能继续使用此元素。这是提前两年的预先通知。

  • 对于现有的 Webex 客户,该影响将发生在 2020 年 5 月 1 日。

  • 从2018年5月1日开始,新客户必须使用 元素。

  • 与CI、Spark或Atlas系统集成的客户必须从2018年5月1日开始使用 元素。

受影响的 API:

  • <securityContext>

元素的数据验证

从2018年6月1日开始, API都将进行数据验证。这会影响 API。

在客户呼入数据中使用无效字符串或错误格式化字符串的站点必须更正字符串,以使这些元素通过数据验证。

以下是正确格式的 CreateUserSetUsertollCallInDatatollFreeCallInData 示例:



86,123,4567000
1,86
1
86,123,4567890
0,86
12341234
12341234
false
false


XML API 11.0.0 SP12 更新

两个新的API SetContactDelContacts

XML API 架构以前只有两个 API CreateContactsLstContacts,其不能提供完整的用户联系人管理。为了通过 XML API 提供更好的管理用户联系人的功能,我们添加了以下两个新的 API,即 SetContactDelContacts

API

说明

SetContact

调用此 API 可修改联系人的信息,如电子邮件、姓名、职位和语言。

例外:

  • 如果通过 contactEmail 元素未找到联系人,则返回异常 140004“未找到联系人”

  • 如果 Webex 站点不支持指定的语言,则返回异常 030060“不是有效语言”

  • 如果用户要更改的新电子邮件地址与我的联系人列表中的其他联系人重复,则返回异常 140001“电子邮件被其他联系人使用”

DelContacts

调用此 API 可根据给定电子邮件从我的联系人列表中删除一个或多个联系人。

如果可以从 我的联系人 列表中找到给定的电子邮件,则返回contactID ;如果给定的电子邮件不在我的联系人 列表中,则会忽略。

如果在我的联系人列表中未找到所有给定电子邮件,则返回异常 00015(非常抱歉,未找到记录)。

受影响的 API:

  • SetContact

  • DelContacts

SetContact 请求示例:

<?xml version="1.0" encode="ISO-8859-1"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service">

<securityContext>
<siteName>SiteName</siteName>
<webExID>用户标识</webExID>
<password>UserPWD</password>
</securityContext>


<bodyContent xsi:type="java:com.webex.service.binding.ep.SetContact">
<contactEmail>联系人电子邮件地址</contactEmail>

<name>新联系人姓名</name>
<email>新联系人电子邮件地址</email>
<title>新职称</title>
<公司>新公司</公司>
<notes>新笔记</notes>
<url>新链接</url>
<电话>
1,,408######,,,,
<mobilePhone>1,,408######,,,,</mobilePhone>
1,,408######,,,,
</电话>
<地址>
<address1>新地址1</address1>
<address2>新地址2</address2>
<city>新城市</city>
<state>新州</state>
<zipCode>新的ZipCode</zipCode>
<country>新公司</country>
</地址>
<language>新语言</language>

</bodyContent>

Contact Response示例:

<?xml version="1.0" encode="ISO-8859-1"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ep="http://www.webex.com/schemas/2002/06/service/ep" xmlns: ="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent xsi:type="ep:setContactResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</serv:body>

DelContacts 请求示例:

<?xml version="1.0" en ="ISO-8859-1"?>
<serv:message xmlns:http://www.w3.org/2001/XMLSchema-instance" xsi="http://www.webex.com/schemas/2002/06/service">
<header>

<siteName>
SiteName siteID
<password>UserPWD</password>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.ep.DelContacts">
<contactEmail>contact1@qa.webex.com</contactEmail>
<contactEmail>contact2@qa.webex.com</contactEmail>
</bodyContent>
</body>

DelContacts 响应示例:

在此示例中,将从我的联系人列表中删除两个现有联系人。

<?xml version="1.0" encode="ISO-8859-1"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ep="http://www.webex.com/schemas/2002/06/service/ep" xmlns: ="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent xsi:type="ep:delContactsResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ep:contactID>31830997</ep:contactID>
<ep:contactID>31831002</ep:contactID>
</serv:bodyContent>

在此示例中,电子邮件不在我的联系人列表中。

<?xml version="1.0" encode="ISO-8859-1"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:ep="http://www.webex.com/schemas/2002/06/service/ep" xmlns: ="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:标题>
<serv: >
<serv:result>失败</serv:result>
<serv:reason>抱歉,找不到记录</serv:reason>
<serv:gsbStatus>主</serv:gsbStatus>
<serv:exceptionID>000015</serv:exceptionID>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent/>
</serv:body>

XML API 11.0.0 SP11 更新

新的API stTrainingPollResultsHistory

LstTrainingPollResultsHistory API 最初是在 URL API 中实现的。按照客户的要求,它现在在 XML API 中实现。

输入 Training Center sessionKey,返回列表投票结果。可以通过向 Training Center 课程所有者或站点管理员申请 API。

在 Webex DB 中存储培训投票结果之前,必须启用增强的 TC 投票设置:

受影响的 API:

  • LstTrainingPollResultsHistory

stTrainingPollResult History请求示例:

<?xml version="1.0" encode="UTF-8"?>
<serv:消息
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:serv="http://www.webex.com/schemas/2002/06/service"
xsi:schemaLocation="http://www.webex.com/schemas/2002/06/service
http://www.webex.com/schemas/2002/06/service/service.xsd">

<securityContext>
true -->
<webExID>ut2</webExID>
<password>xxxxxxx</password>
<siteName>testsite1</siteName>
</securityContext>


<bodyContent
xsi:type="java:com.webex.service.binding.history.LstTrainingPollResultsHistory"
xmlns: ="http://www.webex.com/schemas/2002/06/service/history">
<listControl>
<startFrom>1</startFrom>
<maximumNum>10</maximumNum>
</listControl>
<confID>81722715648558691</confID>


请求仅适用于 T32/XML API 11.0.0。

stTrainingPollResult History响应示例:

<?xml version="1.0" encode="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:历史记录="http://www.webex.com/schemas/2002/06/service/history">
<serv:标题>
<serv: >
<serv:result>成功</serv:result>
<serv:gsbStatus>主</serv:gsbStatus>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent xsi:type="history:lstTrainingPollResultsHistoryResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<history: Record>
<serv:total>2</serv:total>
<serv: >2</serv: >
<serv:startFrom>1</serv:startFrom>
</history: Record>
<history:sessionInfo>
<history:sessionKey>81901776767288734</history:sessionKey>
<history:confName>TC投票测试20171220,1635</history:confName>
<history:host>John Doe</history:host>
</history:sessionInfo>
<历史记录:投票>
<历史记录:投票>
<history:pollDesc>测验</history:pollDesc>
<history:timeLimit>300</history:timeLimit>
<history:startTime>2017年12月20日16:54:48</history:startTime>
<history:endTime>2017年12月20日16:58:07</history:endTime>
<history:num >3</history:num >
<历史记录:问题>

<history:question >1</history:question >
<history:questionDesc>测验问题1(多选/单选)</history:questionDesc
<history:questionType>1</history:questionType>
<history:answerOptions>
<history:answerChoice>测验答案4</history:answerChoice>
<history:answerChoice>测验答案3</history:answerChoice>
<history:answerChoice right="true">测验答案2</history:answerChoice>
<history:answerChoice>测验答案1</history:answerChoice>
</history:answerOptions>

<history:attendee>
<history:username>2128465742</history: >
<history:fullName>test</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>测验答案2</history:pollResponse>
<history:isRight>true</history:isRight>
</history:与会者>
<history:attendee>
<history:username>2128465747</history: >
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>测验答案1</history:pollResponse>
<history:isRight>false</history:isRight>
</history:与会者>
<history:attendee>
<history:username>2128465752</history: >
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>无应答</history:pollResponse>
<history:isRight>false</history:isRight>
</history:与会者>
</历史记录:与会者>


<history:question >2</history:question >
<history:questionDesc>测验问题2(多选choiec.多选)</history:questionDesc
<history:questionType>2</history:questionType>
<history:answerOptions>
<history:answerChoice>测验答案D</history:answerChoice>
<history:answerChoice>测验答案C</history:answerChoice>
<history:answerChoice right="true">测验答案B</history:answerChoice>
<history:answerChoice right="true">测验答案A</history:answerChoice>
</history:answerOptions>

<history:attendee>
<history:username>2128465742</history: >
<history:fullName>test</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>测试答案B,测试答案A</history:pollResponse>
<history:isRight>true</history:isRight>
</history:与会者>
<history:attendee>
<history:username>2128465747</history: >
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>测试答案D,测试答案C,测试答案B,测试答案A</history:pollResponse>
<history:isRight>false</history:isRight>
</history:与会者>
<history:attendee>
<history:username>2128465752</history: >
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>无应答</history:pollResponse>
<history:isRight>false</history:isRight>
</history:与会者>
</历史记录:与会者>


<history:question >3</history:question >
<history:questionDesc>测验问题2(简答)</history:questionDesc
<history:questionType>3</history:questionType>

<history:attendee>
<history:username>2128465742</history: >
<history:fullName>test</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>ans1</history:pollResponse>
</history:与会者>
<history:attendee>
<history:username>2128465747</history: >
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>ans2</history:pollResponse>
</history:与会者>
<history:attendee>
<history:username>2128465752</history: >
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>无应答</history:pollResponse>
</history:与会者>
</历史记录:与会者>



<历史记录:投票>
<history:pollDesc>调查</history:pollDesc>
<history:timeLimit>300</history:timeLimit>
<history:startTime>2017年12月20日16:58:57</history:startTime>
<history:endTime>2017年12月20日17:02:39</history:endTime>
<history:num >3</history:num >
<历史记录:问题>

<history:question >1</history:question >
<history:questionDesc>调查问题1(多项回答/sinngle-answer)</history:questionDesc
<history:questionType>1</history:questionType>
<history:answerOptions>
<history:answerChoice>调查答案3</history:answerChoice>
<history:answerChoice>调查答案2</history:answerChoice>
<history:answerChoice>调查答案1</history:answerChoice>
</history:answerOptions>

<history:attendee>
<history:username>2128465757</history: >
<history:fullName>test</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>调查答案3</history:pollResponse>
</history:与会者>
<history:attendee>
<history:username>2128465762</history: >
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>调查答案2</history:pollResponse>
</history:与会者>
<history:attendee>
<history:username>2128465767</history: >
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>无应答</history:pollResponse>
</history:与会者>
</历史记录:与会者>


<history:question >2</history:question >
<history:questionDesc>调查问题2(多选/多选)</history:questionDesc
<history:questionType>2</history:questionType>
<history:answerOptions>
<history:answerChoice>调查答案D</history:answerChoice>
<history:answerChoice>调查答案C</history:answerChoice>
<history:answerChoice>调查答案B</history:answerChoice>
<history:answerChoice>调查答案A</history:answerChoice>
</history:answerOptions>

<history:attendee>
<history:username>2128465757</history: >
<history:fullName>test</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>调查答案D,调查答案C</history:pollResponse>
</history:与会者>
<history:attendee>
<history:username>2128465762</history: >
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>调查答案C,调查答案B</history:pollResponse>
</history:与会者>
<history:attendee>
<history:username>2128465767</history: >
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>无应答</history:pollResponse>
</history:与会者>
</历史记录:与会者>

<history:问题>
<history:question >3</history:question >
<history:questionDesc>调查问题3(简答)</history:questionDesc
<history:questionType>3</history:questionType>
<history:与会者>
<history:attendee>
<history:username>2128465757</history: >
<history:fullName>test</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>AAA</history:pollResponse>
</history:与会者>
<history:attendee>
<history:username>2128465762</history: >
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>BBB</history:pollResponse>
</history:与会者>
<history:attendee>
<history:username>2128465767</history: >
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>无应答</history:pollResponse>
</history:与会者>

</history:问题>
</history:问题>


</serv:bodyContent>

如果找不到会议、会议不属于请求它的用户,或者请求该会议的用户也不是站点管理员,则响应会有所不同。

响应示例:

<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:历史记录="http://www.webex.com/schemas/2002/06/service/history">
<serv:标题>
<serv: >
<serv:result>失败</serv:result>
<serv:reason>抱歉,找不到记录</serv:reason>
<serv:gsbStatus>主</serv:gsbStatus>
<serv:exceptionID>000015</serv:exceptionID>
</serv:回应>
</serv:标题>
<serv:body>
<serv:bodyContent/>
</serv:body>

新建与会者发送视频 API中的选项创建TrainingSession设置TrainingSession,以及GetTrainingSession

因为安排 Training Center 课程时的可用选项包含发送视频,XML API 现已添加了 attendeeSendVideo 选项来创建、获取和设置 Training Center 课程的 API。

受影响的 API:

  • CreateTrainingSession

  • SetTrainingSession

  • GetTrainingSession

设计

该选项在数据库表 WbxMMConfParam/paramvalue 中存储为 paramname = 'optionSupportSendVideo'

TrainingSession请求 更新:

SetTrainingSession 请求更新:

请求仅适用于 T32/XML API11.0.0。

TrainingSession Response更新:

ConfName 大小上限更改为 128 个显示字符

会议名称字符串 ConfName 现在限制为最多 128 个显示字符。此更改符合 J2EE 主页上的限制。如果 API 请求包含空的 ConfName 或超出了 128 个显示字符长度,将显示以下错误消息:

“060065 非法输入会议名称。会议名称不能为空或超出最大显示字符长度 128。”

受影响的 API:

  • ConfName

在API LstRecording 中更改异常消息

查询时间范围超出 API LstRecording 上的最大限制时引发的异常消息已更改。缺省情况下,查询支持 4 周的录制文件。超过 4 周的请求会收到以下错误消息:

“999999 超出了最长查询时间范围 28 天”。

受影响的 API:

  • LstRecording

XML API 11.0.0 SP10 更新

XML API 11.0 SP10 更新中没有架构更改。