For more info on XML API 39 and XML API 11, see the Cisco Webex Meetings XML API Updates Overview (XML API 39 and Earlier).
For more info on XML API 40 and XML API 11, see the Cisco Webex Meetings XML API Updates Overview (XML API 40 and Later).
For updates for XML API 11 SP9 and earlier, go to Cisco DevNet.
API 41.1.0 Updates
There are schema changes to the XML API 41.1 schema. |
API 41.2.0 Updates
XML API 41.2.0 Updates
XMLAPI should support "CMR Hybrid VOIP" if the site supports Webex telephony
Impacted APIs
-
GetSite
returns a new elementIsWebexTelephony
in the response. -
CreateUser
andSetUser
can update thecmrHybridVoip
element ifIsWebexTelephony
is true along with other conditions.IsTSPUsingTelephonyAPI
is no longer consequential.
Schema changes
XML API: GetSite
response returns an additional element
IsWebexTelephony
GetSite
response include this new element:
<ns1:telephonyConfig>
<ns1:isWebexTelephony>true</ns1:isWebexTelephony>
<ns1:isTSPUsingTelephonyAPI>false</ns1:isTSPUsingTelephonyAPI>
<ns1:serviceName>Personal Conference No.</ns1:serviceName>
<ns1:participantAccessCodeLabel>Attendee access code</ns1:participantAccessCodeLabel>
<ns1:subscriberAccessCodeLabel>Host access code</ns1:subscriberAccessCodeLabel>
<ns1:attendeeIDLabel>Attendee ID</ns1:attendeeIDLabel>
.....
</ns1:telephonyConfig>
LstSummarySession
supports EC2.0
XML APIs be impacted
LstSummarySession
will return new two elements to support EC 2.0
Element Name |
Description |
---|---|
enableEvent |
Supports EC 2.0 in a Webex meeting |
enableWebniar |
Supports Webinar in a Webex meeting |
Schema changes
XML API: LstSummarySession
: Append the
<enableEvent
> and <enableWebniar
>
elements
Response of XML API: LstSummarySession
Response for EC 2.0
<ep:isNextUpcomingInstance>true</ep:isNextUpcomingInstance>
<ep:seriesMeetingKey>0</ep:seriesMeetingKey>
<ep:isScheduledPMR>false</ep:isScheduledPMR>
<ep:enableEvent>true</ep:enableEvent>
<ep:enableWebniar>true</ep:enableWebniar>
</ep:session>
XMLAPI supports to return site user Webex-voice-assistant
option for MCT integration
Affected API
GetUser
returns a new element
webexAssistantEnabled
(true or false) in the response.
Schema changes
getUserResponse
:
Response example