Release Notes 10.0.0 SP5

Important: The XML API 10.0.0 SP5 release changes some schema definitions. For the latest schema definitions, see the release notes announcements page. The features in this release are backward compatible with previous releases.

Overview

This release note describes the changes made in the release of Webex XML API 10.0.0 SP5. These changes apply to your integration with WBS 31. All features are backward compatible with existing integrations. The changes to the latest schema definitions are explained below.

What is New in this Release

This section describes the new features in XML API 10.0.0 SP5.

Enforce Invitation/Registration/Participant limitations on MC/EC/TC

The Webex system defines a limit on the number of invitations, registrations of users, and participants at the site level. The Webex management console already enforced these limits. The XML API will now enforce these limits. The XML API will enforce the limits of these user types in Meeting Center, Training Center and Event Center.

Affected APIs

  • GetSite
  • CreateMeeting
  • SetMeeting
  • CreateTrainingSession
  • SetTrainingSession
  • CreateEvent
  • SetEvent
  • CreateMeetingAttendee
  • RegisterMeetingAttendee
  • DelMeetingAttendee

Return site settings for CMR Hybrid default

Site settings for the default and maximum CMR Hybrid participants are now available through APIs.

Affected APIs

  • GetSite

The getSite request message is not changed. The response is changed. The getSiteResponse message is updated to return the number of default video call-in participants and the maximum number of video call-in participants. These values are set by the site administrator. The following schema diagram shows the new elements:

  • DefNumOfCMRHybridCallinParticipants
  • MaxNumOfCMRHybridCallInParticipants

Example Response Message

The following XML snippet shows an example of a response message:

<?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>SUCCESS</serv:result>
                            <serv:gsbStatus>PRIMARY</serv:gsbStatus>
                        </serv:response>
                    </serv:header>
                    <serv:body>
                        <serv:bodyContent xsi:type="ns1:getSiteResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                            <ns1:siteInstance>
                                <ns1:metaData>
                                ...
                                ...
                                <ns1:siteCommonOptions>
                                    <ns1:SupportCustomDialRestriction>false</ns1:SupportCustomDialRestriction>
                                    <ns1:SupportTelePresence>false</ns1:SupportTelePresence>
                                    <ns1:SupportTelePresencePlus>true</ns1:SupportTelePresencePlus>
                                    <ns1:EnableCloudTelepresence>true</ns1:EnableCloudTelepresence>
                                    <ns1:enablePersonalMeetingRoom>true</ns1:enablePersonalMeetingRoom>
                                    <ns1:SupportAlternateHost>true</ns1:SupportAlternateHost>
                                    <ns1:SupportAnyoneHostMeetings>true</ns1:SupportAnyoneHostMeetings>
                                    <ns1:DefNumOfCMRHybridCallInParticipants>22</ns1:DefNumOfCMRHybridCallInParticipants>
                                    <ns1:MaxNumOfCMRHybridCallInParticipants>1000</ns1:MaxNumOfCMRHybridCallInParticipants>
                                </ns1:siteCommonOptions>
                                ...
                            </ns1:siteInstance>
                        </serv:bodyContent>
                    </serv:body>
                </serv:message>

The XML API schemas and release notes are available at the Cisco Webex Developer Portal:

XML API Reference

The URL API release notes are available at the Cisco Webex Developer Portal:

URL API Reference