- ホーム
- /
- 投稿記事
Cisco Webex Meetings XML API の更新の概要 (XML API 39 以前)
スキーマの変更やその他の告知など、Cisco Webex Meetings XML API に関して必要なすべての重要情報を確認してください。
XML API 41 の詳細については、Cisco Webex Meetings API 更新の概要 (API 41) を参照してください。
この記事には、XML API 月次 SP リリースへのアップデートと変更が含まれます。
XML API 40 の詳細については、『Cisco Webex Meetings API アップデートの概要 (API 40)』を参照してください。
XML API 11 SP9 以前の更新については、「Cisco DevNet」に移動してください。
XML API 39.11.0 更新
LstSummaryUser
は、最後に変更した時刻までにユーザーアカウントにクエリを実行できます。
LstSummaryUser
API をアップグレードして、ユーザーが最後に変更された時間に基づいてユーザ ーアカウントを照会できるようにします。3 つの新しい要素、 modifiedDateStart
、 modifiedDateEnd
、および lastModifiedTime
が API に追加されました。
このクエリの最大時間範囲 90 日です。90 日以上の時間範囲を入力すると、次のようなエラーが表示されます。999999 日付クエリの最大日付範囲は、変更された日付クエリーの場合は90日です。
影響を受けるAPI:
-
LstSummaryUser
LastSummaryUser
リクエストの例:
<?xml version="1.0" encoding="UTF-8"?>
<メッセージ xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""http://www.webex.com/schemas/2009/05/service">
<ヘッダー>
<securityContext(セキュリティコンテキスト)>
<siteName>S(サイト名)ite_名前</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>
<modifiedDateStart>2019/10/01 09:24:54</modifiedDateStart>
<modifiedDateEnd>2019/11/30 09:24:54</modifiedDateEnd>
<timeZoneID>4</timeZoneID>
</dataScope>
</bodyContent>
</ボディ>
LstSummaryUser
応答の例:
<?xml version="1.0" encoding="UTF-8"?>
<serv:メッセージ xmlns:serv=""http://www.webex.com/schemas/2002/06/service" xmlns:com="""http://www.webex.com/schemas/2002/06/common" xmlns:use=""http://www.webex.com/schemas/2002/06/service/user">
<serv:ヘッダー>
<serv:レスポンス>
<serv:result>成功</serv:result>
<serv:gsbStatus>プライマリ</serv:gsbStatus>
</serv:レスポンス>
</serv:header>
<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/06/19 22:13:06</use:registrationDate>
<use:active>非アクティブ</use:active>
<use:timeZoneID>4</use:timeZoneID>
<use:meetingTypes>
<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>2019/10/19 23:13:14</use:lastLoginTime>
<use:lastModifiedTime>2019/11/11 19:11:11</use:lastModifiedTime>
</use:user>
XML API 39.10.0 更新
匿名アクセスの使用時にGetSessionInfo
とGetUserCard
がCAPTCHAコードを返す
セキュリティ更新として、CAPTCHA コード応答保護付きの GetSessionInfo
および GetUserCard
API を強化しました。アプリケーションが匿名アクセスを使用して API を呼び出す場合、CAPTCHA コード入力をサポートするようにアプリケーションを改善します。
影響を受けるAPI:
-
GetSessionInfo
-
GetUserCard
CAPTCHA のセキュリティと応答の更新:
CAPTCHA を使用しないGetSessionInfo
応答の例:
<?xml version="1.0" encoding="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:meet="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:header>
<serv:response>
<serv:result>FAILURE</serv:result>
<serv:reason>対応するミーティングが見つかりません</serv:reason>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
<serv:exceptionID>060001</serv:exceptionID>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent/>
</serv:body>
CAPTCHA を使用したGetSessionInfo
応答の例:
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:メッセージ 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:meet=""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:カプチャメイジ>
iVBORw0KGgoAAAANSUhEUgAAAHgAAAAyCAMAAACgee/qAAADAFBMVEUAAAAADMAAGYAAJkAAMwAAP8AMwAAMzMAM2YA
......................http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service"
maorF0PESWQ15APDKJ74YLs/hlGmaRGeJuRxvyyg8smcK3veB/v5sueF/pxD8H4J/A0HPu+ZUFb7SAAAAAElFTkSuQmCC
</serv:CAPTCHAImage>
</serv:レスポンス>
</serv:header>
<serv:ボディ>
<serv:bodyContent/>
</serv:body>
CAPTCHA の応答を受け取って引き続き API を呼び出すには、CAPTCHAID と CAPTCHAWord を API 要求に含めます。
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service">
<header>
<securityContext>
<siteName>sqdemo6</siteName>
<CAPTCHAID>SDDHEEfgkerwAAAI****qHS****Nfx_d34znF8RdVHzrsMIYFeuArjD96Q2:234322374320JGUBE349924</CAPTCHAID>
<CAPTCHAWord>pyjihk</CAPTCHAWord>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.ep.GetSessionInfo">
<sessionKey>715801743</sessionKey>
</bodyContent>
</body>
GetSessionInfo
誤ったCAPTCHAIDおよびCAPTCHAWordに対する応答の例:
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:メッセージ 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:meet=""http://www.webex.com/schemas/2002/06/service/meeting">
<serv:ヘッダー>
<serv:レスポンス>
<serv:result>失敗</serv:result>
<serv:reason>CAPTCHA ID および単語が無効または欠落しています</serv:reason>
<serv:gsbStatus>プライマリ</serv:gsbStatus>
<serv:exceptionID>030113</serv:exceptionID>
<serv:CAPTCHAID>SDDHEEfgkerwAAAI****qHS****Nfx_d34znF8RdVHzrsMIYFeuArjD96Q2:234322374320JGUBE349924</serv:CAPTCHAID>
<serv:カプチャメイジ>
iVBORw0KGgoAAAANSUhEUgAAAHgAAAAyCAMAAACgee/qAAADAFBMVEUAAAAADMAAGYAAJkAAMwAAP8AMwAAMzMAM2YA
......................http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ......................http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service" ...........http://www.webex.com/schemas/2002/06/service"
maorF0PESWQ15APDKJ74YLs/hlGmaRGeJuRxvyyg8smcK3veB/v5sueF/pxD8H4J/A0HPu+ZUFb7SAAAAAElFTkSuQmCC
</serv:CAPTCHAImage>
</serv:レスポンス>
</serv:header>
<serv:ボディ>
<serv:bodyContent/>
</serv:body>
LstSummaryUser
によるパーソナル会議室URLの返送に対応
新しい応答要素である personalMeetingRoomURL
を LstSummaryUser
API に追加しました。
LstSummaryUser
応答の例:
XML API 39.9.0 更新
パーソナル会議室 (PMR) のショート SIP URL のサポート
PMR のショート SIP URL 形式のサポートは、 GetSessionInfo
、 GetMeeting
、 GetUser
、および GetMe
API に影響を及ぼします。displayMeetingUrl
という名前の新しい応答要素がGetUser
とGetMe
APIに追加され、すでにGetSessionInfo
とGetMeeting
に存在します。displayMeetingUrl
はユーザーの PMR URL を返します。
影響を受けるAPI:
-
GetSessionInfo
-
GetMeeting
-
GetUser
-
GetMe
GetUser
応答の例:
GetMe
応答の例:
GetSessionInfo
は匿名アクセスに必要な要素を返します
セキュリティ要件として、匿名アクセスのために GetSessionInfo
によって必要な要素だけが返されるようになりました。
GetSessionInfo
応答の例:
<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:registration>false</ep:registration>
<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_M(エム)eeting_再チューニング</ep:confName>
<ep:serviceType>MeetingCenter</ep:serviceType>
</ep:metaData>
<ep:スケジュール>
<ep:startDate>2019/03/29 11:55:00</ep:startDate>
<ep:duration>60</ep:duration>
<ep:timeZone>GMT-07:00、パシフィック(サンフランシスコ)</ep:timeZone>
<ep:timeZoneID>4</ep:timeZoneID>
</ep:スケジュール>
<ep:attendeeOptions>
<ep:joinRequiresAccount>false</ep:joinRequiresAccount>
</ep:attendeeOptions>
<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 更新
LsttrainingattendeeHistory
がミーティング出席者の関心度を返すようになりました
attentionToDurationPercentage
という新規応答要素が LsttrainingattendeeHistory
API に追加されました。LsttrainingattendeeHistory
はミーティング出席者の関心度の詳細を返します。エレメントが次の形式で返されます:
<history:attentionToDurationPercentage>100</history:AttentionToDurationPercentage>
影響を受ける API:
-
LsttrainingattendeeHistory
-
attentionToDurationPercentage
-
attentionToAttendancePercentage
-
LsttrainingattendeeHistory
応答の例:
<history:endTime>2019/04/17 23:37:07</history:endTime>
<history:duration>6</history:duration>
<history:attentionToDurationPercentage>100</history:AttentionToDurationPercentage>
<history:attentionToAttendancePercentage>100</history:AttentionToAttendancePercentage>
<history:registered>N</history:registered>
<history:invited>N</history:invited>
GetSite
がライセンス数を返すようになりました
Getsite
API で異なるライセンス数を返すための新しい応答要素が提供されました。
影響を受けるAPI:
-
GetSite
-
EEActiveUserCount
-
activeCETHost
-
MCActiveUserCount
-
ECActiveUserCount
-
TCActiveUserCount
-
SCActiveUserCount
-
GetSiteFT
およびSetSiteFT
の再設計
Getsiteft
および SetSiteFT
API が再設計され、ダイナミック機能のトグルが可能になりました。
影響を受けるAPI:
-
GetSiteFT
-
SetSiteFT
GetSite
リクエストの例:
<?xml version="1.0" encoding="UTF-8"?>
<serv:message
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">
<header>
<securityContext>
<siteName>{siteName}</siteName>
<accessToken>{This is machine account access token}</accessToken>
</securityContext>
</header>
<bodyContent xsi:type="java:com.webex.service.binding.site.GetSiteFT">
<featureToggles>
<name>SupportCrossLaunch</name>
<name>RemoveCMRLicenseSA</name>
</featureToggles>
</bodyContent>
GetSite
応答の例:
<serv:メッセージ 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:header>
<serv:ボディ>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:getSiteFTResponse">
<ns1:featureToggles>
<ns1:featureToggle>
<ns1:name>SupportCrossLaunch</ns1:name>
<ns1:value>false</ns1:value>
</ns1:featureToggle>
<ns1:featureToggle>
<ns1:name>RemoveCMRLicenseSA</ns1:name>
<ns1:value>false</ns1:value>
</ns1:featureToggle>
</ns1:featureToggles>
</serv:bodyContent>
SetSite
リクエストの例:
<?xml version="1.0" encoding="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
Resonseの例:
<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 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 スキーマに追加されました
新しい要素videoMeshInterclusters
がSetSite
要素に追加されました。videoMeshInterclusters
には、3つの子要素videoMeshHomeCluster1
、videoMeshHomeCluster2
、およびvideoMeshHomeCluster3
も含まれます。
影響を受けるAPI:
-
getSite
-
videoMeshInterclusters
-
videoMeshHomeCluster1
-
videoMeshHomeCluster2
-
videoMeshHomeCluster3
-
-
-
GetSite
-
videoMeshInterclusters
-
videoMeshHomeCluster1
-
videoMeshHomeCluster2
-
videoMeshHomeCluster3
-
-
SetSite
リクエストの更新:
GetSite
応答の更新:
XML API 39.3.0 更新
ここをクリックして、XML API 39.3 スキーマをダウンロードします。
XML API のショート SIP URL、新しい要素 displayMeetingUrl
現在、Webex ミーティングに参加するときに、アプリまたはデバイスではサイト情報を提供しなければならず、このことがミーティングの参加を困難にしています。これは、ユーザーが meeting_number@sitename.webex.com と入力する必要があるため、SIP デバイスからダイヤルインする場合に特に当てはまります
。
ミーティングへの参加を容易にするために、ミーティング SIP URI: meeting_number@webex.com からサイト名を入力する要件を削除しました
。下位互換を維持するために、古い形式は sipURL で動作し、新しい形式が新しいエレメント displayMeetingUrl
に追加されます。
影響を受けるAPI:
-
GetMeeting
-
displayMeetingUrl
-
-
GetEvent
-
displayMeetingUrl
-
-
GetSessionInfo
-
displayMeetingUrl
-
GetMeeting
応答の例:
true
https://sqdemo.dmz.webex.com/sqdemo/j.php?MTID=m0cdefe09626ba0bec956cdf9088bff55</meet:meetingLink>
712296997@sqdemo.dmz.webex.com
712296997@dmz.webex.com
GetEvent
応答の例:
1001001
true
713847821@sqdemo.dmz.webex.com
713847821@dmz.webex.com
GetSessionInfo
応答の例:
true
true
https://sqdemo.dmz.webex.com/sqdemo/j.php?MTID=ee7d38639d0b4a9ed2eb8802cfa2810dd</ep:meetingLink>
713847821@sqdemo.dmz.webex.com
713847821@dmz.webex.com
メール例:
説明の長さは 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>FAILURE</serv:result>
不正な入力説明。説明は、最大表示文字の長さ 1024
PRIMARY
060067
を超えることはできません。
API を使用する匿名のユーザーがいる場合、GetSessionInfo
はパーソナル会議室の基本情報のみを返すようになりました
セキュリティをより強化するために、API を使用するる匿名の出席者が'準備とき、GetSessionInfo
により返される情報の量を減らしています。この更新では、API 応答の次のエレメントを減らします。
影響を受けるAPI:
-
GetSessionInfo
-
<ep:accessControl>
-
-
-
-
...
-
…
-
...
-
...
-
応答の比較:
<serv:bodyContent xsi:type="ep:getSessionInfoResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ep:status>いいえ_進捗状況</ep:ステータス>
<ep:isLocked>false</ep:isLocked>
<ep:sessionkey>712419789</ep:sessionkey>
<ep:confID>120396209273701973</ep:confID>
<ep:accessControl>
<ep:sessionPassword></ep:sessionPassword>
<ep:listStatus>非公開</ep:listStatus>
<ep:registration>false</ep:registration>
<ep:passwordReq>フォルス</ep:passwordReq>
<ep:isEnforceAudioPassword>false</ep:isEnforceAudioPassword>
<ep:isEnforceAudioLogin>false</ep:isEnforceAudioLogin>
</ep:accessControl>
<ep:metaData>
<ep:confName>Simon Test のパーソナル会議室</ep:confName>
<ep:sessionType>3</ep:sessionType>
<ep:serviceType>MeetingCenter</ep:serviceType>
<ep:isRecurring>false</ep:isRecurring>
<ep:agendaFormat>テキスト</ep:agendaFormat>
<ep:descriptionFormat>テキスト</ep:descriptionFormat>
<ep:isException>false</ep:isException>
<ep:seriesMeetingKey>0</ep:seriesMeetingKey>
<ep:hasException>false</ep:hasException>
</ep:metaData>
<ep:telephonySupport>コールバック</ep:telephonySupport>
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:dialInSequence>AutoDialInSequence:[AccessNumber],,*00*[AccessCode]#,,,[AttendeeID]#|SilentDialInSequence:[AccessNumber],,*01*[AccessCode]#[AttendeeID]#*01*|AutoLGDialInSequence:[AccessNumber],,*00*[AccessCode]#,,,[ProfileID]#,,,[PIN]#|SilentLGDialInSequence:[AccessNumber],,*01*[AccessCode]#[ProfileID]#[PIN]#*01*|AutoLGPWDialInSequence:[AccessNumber],,*00*[AccessCode]#,,,[ProfileID]#,,,[PIN]#,,,[Password]#|SilentLGPWDialInSequence:[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:labels>
<ep:tollFreeCallInLabel>無料コールイン番号 (米国/カナダ)</ep:tollFreeCallInLabel>
<ep:tollCallInLabel>14085452910</ep:tollCallInLabel>
</ep:labels>
<ep:isMPAudio>false</ep:isMPAudio>
<ep:voip>true</ep:voip>
<ep:enableTSP>false</ep:enableTSP>
</ep:telephony>
<ep:ホスト>
<ep:firstName>サイモン</ep:firstName>
<ep:lastName>テスト</ep:lastName>
<ep:email>simon0@qa.webex.com</ep:email>
<ep:webExId>サイモン</ep:webExId>
<ep:allowAnyoneHostMeeting>false</ep:allowAnyoneHostMeeting>
</ep:ホスト>
<ep:スケジュール>
<ep:startDate>12/31/2068 13:00:00</ep:startDate>
<ep:duration>720</ep:duration>
<ep:timeZone>GMT-08:00、パシフィック(サンフランシスコ)</ep:timeZone>
<ep:timeZoneID>4</ep:timeZoneID>
<ep:openTimeInSec>0</ep:openTimeInSec>
</ep:スケジュール>
<ep:attendeeOptions>
<ep:joinRequiresAccount>false</ep:joinRequiresAccount>
</ep:attendeeOptions>
<ep:isAudioOnly>false</ep:isAudioOnly>
<ep:telePresence>フォルス</ep:telePresence>
<ep:isAlternateHost>false</ep:isAlternateHost>
<ep:isCreator>true</ep:isCreator>
<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:isNextUpcomingInstance>true</ep:isNextUpcomingInstance>
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 更新
新規要素 lastLoginTime
が LstSummaryUser
の応答を返しました
新しい応答要素lastLoginTime
がLstSummaryUser
APIに追加されました。lastLoginTime
は各ユーザーの最終ログイン時間を返します。エレメントが次の形式で返されます:
2018/04/12 22:40:01**
影響を受けるAPI:
-
LstSummaryUser
-
lastLoginTime
-
LstSummaryUser
応答の例:
<?xml version="1.0" encoding="UTF-8"?>
<serv:メッセージ xmlns:serv=""http://www.webex.com/schemas/2002/06/service" xmlns:com="""http://www.webex.com/schemas/2002/06/common" xmlns:use=""http://www.webex.com/schemas/2002/06/service/user">
<serv:ヘッダー>
<serv:レスポンス>
<serv:result>成功</serv:result>
<serv:gsbStatus>プライマリ</serv:gsbStatus>
</serv:レスポンス>
</serv:header>
<serv:ボディ>
<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>2018/04/12 22:40:01</use:lastLoginTime>
</use:user>
<use:matchingRecordsを使用>
<serv:total>1</serv:total>
<serv:returned>1</serv:returned>
<serv:startFrom>1</serv:startFrom>
</use:matchingRecords>
</serv:bodyContent>
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 値を割り当てられます。
GetAPIVersion
反応の例:
<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:meet="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:header>
<serv:response>
<serv:result>SUCCESS</serv:result>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
</serv:response>
</serv:header>
<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>
HQ/HD パラメータが XML API から削除されます
HQ と HD ビデオ プロパティは、ユーザー レベルで決定される代わりに、サイト レベルで判別されます。これらのパラメーターの 2 つのオプションは、以下の API からリクエストを送信するときに無視されます。
-
CreateMeeting
-
SetMeeting
-
CreateTrainingSession
-
SetTrainingSession
GetMeeting
と GetTrainingSession
API は引き続き 2 つのオプションを返して (サイト レベルとユーザー レベル)、既存のコードを壊さないようにします。
サイト メタデータに追加された新しい要素 uploadLogFileUrl
は、デスクトップ アプリに返されました
新しい要素 uploadLogFileUrl
は、XML API サーバーの getSite
API を呼ぶときに、デスクトップ アプリに返された応答に追加されました。デスクトップ アプリは、uploadLogFileUrl
にログ ファイルにアップロードできます。
影響を受けるAPI:
-
GetSite
-
uploadLogFileUrl
-
GetSite
応答の例:
<?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>Meeting Center</ns1:serviceType>
<ns1:serviceType>Event Center</ns1:serviceType>
<ns1:serviceType>Training Center</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>true</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>true</ns1:displayOffset>
<ns1:supportWebEx11>false</ns1:supportWebEx11>
</ns1:metaData>
<ns1:ucf>
<ns1:ucfConfiguration>UCF 2.1</ns1:ucfConfiguration>
</ns1:ucf>
<ns1:clientPlatforms>
<ns1:msWindows>true</ns1:msWindows>
<ns1:macOS9>true</ns1:macOS9>
<ns1:macOSX>true</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:fileFolderCapacity>1000</ns1:fileFolderCapacity>
<ns1:maxConcurrentEvents>0</ns1:maxConcurrentEvents>
<ns1:archiveStorageLimit>0</ns1:archiveStorageLimit>
</ns1:resourceRestrictions>
<ns1:supportAPI>
<ns1:autoLogin>true</ns1:autoLogin>
<ns1:aspAndPHPAPI>true</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>true</ns1:myMeetings>
<ns1:trainingRecordings>true</ns1:trainingRecordings>
<ns1:folders>false</ns1:folders>
<ns1:eventDocument>true</ns1:eventDocument>
<ns1:myReport>false</ns1:myReport>
<ns1:myComputer>false</ns1:myComputer>
<ns1:personalMeetingPage>false</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>false</ns1:foldersPro>
<ns1:eventDocumentPro>true</ns1:eventDocumentPro>
<ns1:myReportPro>true</ns1:myReportPro>
<ns1:myComputerPro>false</ns1:myComputerPro>
<ns1:personalMeetingPagePro>true</ns1:personalMeetingPagePro>
<ns1:myFilesStoragePro>1000</ns1:myFilesStoragePro>
<ns1:myComputerNumbersPro>0</ns1:myComputerNumbersPro>
<ns1:PMRheaderBranding>false</ns1:PMRheaderBranding>
</ns1:myWebExConfig>
<ns1:telephonyConfig>
<ns1:isTSPUsingTelephonyAPI>false</ns1:isTSPUsingTelephonyAPI>
<ns1:serviceName>パーソナル会議番号</ns1:serviceName>
<ns1:participantAccessCodeLabel>出席者アクセスコード</ns1:participantAccessCodeLabel>
<ns1:subscriberAccessCodeLabel>主催者アクセス コード</ns1:subscriberAccessCodeLabel>
<ns1:attendeeIDLabel>出席者 ID</ns1:attendeeIDLabel>
<ns1:internetPhone>true</ns1:internetPhone>
<ns1:supportCallInTypeTeleconf>true</ns1:supportCallInTypeTeleconf>
<ns1:callInTeleconferencing>true</ns1:callInTeleconferencing>
<ns1:tollFreeCallinTeleconferencing>true</ns1:tollFreeCallinTeleconferencing>
<ns1:intlCallInTeleconferencing>true</ns1:intlCallInTeleconferencing>
<ns1:callBackTeleconferencing>true</ns1:callBackTeleconferencing>
<ns1:callInNumber>1</ns1:callInNumber>
<ns1:defaultTeleServerSubject>0.0.0.0</ns1:defaultTeleServerSubject>
<ns1:subscribeName>QA</ns1:subscribeName>
<ns1:subscribePassword>パス</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>false</ns1:instantHelp>
<ns1:customerManage>false</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>false</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>WithoutIntegration</ns1:mpAudioConferencing>
</ns1:meetingPlace>
<ns1:supportOtherTypeTeleconf>false</ns1:supportOtherTypeTeleconf>
<ns1:otherTeleServiceName>その他の電話会議サービス</ns1:otherTeleServiceName>
<ns1:supportAdapterlessTSP>false</ns1:supportAdapterlessTSP>
<ns1:displayAttendeeID>false</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:teleCLIAuthEnabled>false</ns1:teleCLIAuthEnabled>
<ns1:teleCLIPINEnabled>false</ns1:teleCLIPINEnabled>
</ns1:telephonyConfig>
<ns1:commerceAndReporting>
<ns1:trackingCode>false</ns1:trackingCode>
<ns1:siteAdminReport>true</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:commerceAndReporting>
<ns1:tools>
<ns1:businessDirectory>false</ns1:businessDirectory>
<ns1:officeCalendar>false</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>true</ns1:instantMeeting>
<ns1:emails>false</ns1:emails>
<ns1:outlookIntegration>true</ns1:outlookIntegration>
<ns1:wirelessAccess>false</ns1:wirelessAccess>
<ns1:allowPublicAccess>true</ns1:allowPublicAccess>
<ns1:ssl>true</ns1:ssl>
<ns1:handsOnLab>true</ns1:handsOnLab>
<ns1:holMaxLabs>999999</ns1:holMaxLabs>
<ns1:holMaxComputers>999999</ns1:holMaxComputers>
<ns1:userLockDown>false</ns1:userLockDown>
<ns1:meetingAssist>false</ns1:meetingAssist>
<ns1:sms>false</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>false</ns1:prodSvcAnnounce>
<ns1:trainingInfo>false</ns1:trainingInfo>
<ns1:eNewsletters>false</ns1:eNewsletters>
<ns1:promotionsOffers>false</ns1:promotionsOffers>
<ns1:pressReleases>false</ns1:pressReleases>
</ns1:displayType>
<ns1:displayMethod>
<ns1:email>false</ns1:email>
<ns1:fax>false</ns1:fax>
<ns1:phone>false</ns1:phone>
<ns1:mail>false</ns1:mail>
</ns1:displayMethod>
</ns1:custCommunications>
<ns1:trackingCodes/>
<ns1:supportedServices>
<ns1:meetingCenter>
<ns1:enabled>true</ns1:enabled>
<ns1:pageVersion>mc3300</ns1:pageVersion>
<ns1:clientVersion>T33L</ns1:clientVersion>
</ns1:meetingCenter>
<ns1:trainingCenter>
<ns1:enabled>true</ns1:enabled>
<ns1:pageVersion>tc3300</ns1:pageVersion>
<ns1:clientVersion>T33L</ns1:clientVersion>
</ns1:trainingCenter>
<ns1:supportCenter>
<ns1:enabled>true</ns1:enabled>
<ns1:pageVersion>sc3300</ns1:pageVersion>
<ns1:clientVersion>T33L</ns1:clientVersion>
<ns1:webACD>true</ns1:webACD>
</ns1:supportCenter>
<ns1:eventCenter>
<ns1:enabled>true</ns1:enabled>
<ns1:pageVersion>ec3300</ns1:pageVersion>
<ns1:clientVersion>T33L</ns1:clientVersion>
<ns1:marketingAddOn>false</ns1:marketingAddOn>
<ns1:optimizeAttendeeBandwidthUsage>false</ns1:optimizeAttendeeBandwidthUsage>
</ns1:eventCenter>
<ns1:salesCenter>
<ns1:enabled>false</ns1:enabled>
</ns1:salesCenter>
</ns1:supportedServices>
<ns1:securityOptions>
<ns1:passwordExpires>false</ns1:passwordExpires>
<ns1:passwordLifetime>0</ns1:passwordLifetime>
<ns1:ECMeetingsUnlisted>false</ns1:ECMeetingsUnlisted>
<ns1:TCMeetingsUnlisted>false</ns1:TCMeetingsUnlisted>
<ns1:allMeetingsUnlisted>true</ns1:allMeetingsUnlisted>
<ns1:allMeetingsPassword>true</ns1:allMeetingsPassword>
<ns1:joinBeforeHost>false</ns1:joinBeforeHost>
<ns1:audioBeforeHost>false</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>false</ns1:accountNotify>
<ns1:requireLoginBeforeSiteAccess>false</ns1:requireLoginBeforeSiteAccess>
<ns1:changePWDWhenAutoLogin>false</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:securityOptions>
<ns1:defaults>
<ns1:emailReminders>true</ns1:emailReminders>
<ns1:entryExitTone>ビープ</ns1:entryExitTone>
<ns1:voip>true</ns1:voip>
<ns1:電話会議>
<ns1:telephonySupport>コールバック</ns1:telephonySupport>
<ns1:tollFree>true</ns1:tollFree>
<ns1:intlLocalCallIn>true</ns1:intlLocalCallIn>
</ns1:電話会議>
<ns1:joinTeleconfNotPress1>false</ns1:joinTeleconfNotPress1>
<ns1:updateTSPAccount>false</ns1:updateTSPAccount>
</ns1:defaults>
<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:button>
<ns1:button>
<ns1:order>2</ns1:order>
<ns1:enabled>true</ns1:enabled>
<ns1:serviceName>Meeting Center</ns1:serviceName>
</ns1:button>
<ns1:button>
<ns1:order>3</ns1:order>
<ns1:enabled>true</ns1:enabled>
<ns1:serviceName>Event Center</ns1:serviceName>
</ns1:button>
<ns1:button>
<ns1:order>4</ns1:order>
<ns1:enabled>true</ns1:enabled>
<ns1:serviceName>Support Center</ns1:serviceName>
</ns1:button>
<ns1:button>
<ns1:order>5</ns1:order>
<ns1:enabled>true</ns1:enabled>
<ns1:serviceName>Training Center</ns1:serviceName>
</ns1:button>
<ns1:button>
<ns1:order>6</ns1:order>
<ns1:serviceName>サイト管理</ns1:serviceName>
</ns1:button>
<ns1:button>
<ns1:order>7</ns1:order>
<ns1:enabled>false</ns1:enabled>
<ns1:serviceName>Sales Center</ns1:serviceName>
</ns1:button>
<ns1:displayDisabledService>true</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:support>
<ns1:target>新規</ns1:target>
</ns1:support>
<ns1:training>
<ns1:target>新規</ns1:target>
</ns1:training>
</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:support>
<ns1:name>サポート</ns1:name>
<ns1:target>新規</ns1:target>
</ns1:support>
<ns1:training>
<ns1:name>トレーニング</ns1:name>
<ns1:target>新規</ns1:target>
</ns1:training>
<ns1:supportMenu>
<ns1:userGuides>
<ns1:target>新規</ns1:target>
</ns1:userGuides>
<ns1:ダウンロード>
<ns1:target>新規</ns1:target>
</ns1:downloads>
<ns1:training>
<ns1:target>新規</ns1:target>
</ns1:training>
<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>パスワード</ns1:disallowValue>
<ns1:disallowValue>パス</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>パスワード</ns1:disallowValue>
<ns1:disallowValue>パス</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>パスワード</ns1:disallowValue>
<ns1:disallowValue>パス</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:productivityTools>
<ns1:enable>true</ns1:enable>
<ns1:installOpts>
<ns1:autoUpdate>true</ns1:autoUpdate>
</ns1:installOpts>
<ns1:インテグレーション>
<ns1:outlook>true</ns1:outlook>
<ns1:outlookForMac>true</ns1:outlookForMac>
<ns1:lotusNotes>true</ns1:lotusNotes>
<ns1:oneClick>true</ns1:oneClick>
<ns1:showSysTrayIcon>true</ns1:showSysTrayIcon>
<ns1:office>true</ns1:office>
<ns1:excel>true</ns1:excel>
<ns1:powerPoint>true</ns1:powerPoint>
<ns1:word>true</ns1:word>
<ns1:IE>true</ns1:IE>
<ns1:firefox>false</ns1:firefox>
<ns1:explorerRightClick>false</ns1:explorerRightClick>
<ns1:instantMessenger>true</ns1:instantMessenger>
<ns1:aolMessenger>false</ns1:aolMessenger>
<ns1:googleTalk>false</ns1:googleTalk>
<ns1:lotusSametime>true</ns1:lotusSametime>
<ns1:skype>true</ns1:skype>
<ns1:windowsMessenger>true</ns1:windowsMessenger>
<ns1:yahooMessenger>false</ns1:yahooMessenger>
<ns1:ciscoIPPhone>false</ns1:ciscoIPPhone>
<ns1:pcNow>false</ns1:pcNow>
<ns1:iGoogle>false</ns1:iGoogle>
<ns1:iPhoneDusting>true</ns1:iPhoneDusting>
</ns1:integrations>
<ns1:oneClick>
<ns1:allowJoinUnlistMeeting>true</ns1:allowJoinUnlistMeeting>
<ns1:requireApproveJoin>false</ns1:requireApproveJoin>
</ns1:oneClick>
<ns1:templates>
<ns1:useTemplate>false</ns1:useTemplate>
</ns1:templates>
<ns1:lockDownPT>
<ns1:lockDown>false</ns1:lockDown>
</ns1:lockDownPT>
<ns1:imSettings>
<ns1:attendeeInviteOther>true</ns1:attendeeInviteOther>
</ns1:imSettings>
</ns1:productivityTools>
<ns1:meetingPlace/>
<ns1:salesCenter>
<ns1:allowJoinWithoutLogin>false</ns1:allowJoinWithoutLogin>
</ns1:salesCenter>
<ns1:connectIntegration>
<ns1:integratedWebEx11>false</ns1:integratedWebEx11>
</ns1:connectIntegration>
<ns1:video>
<ns1:HQvideo>true</ns1:HQvideo>
<ns1:maxBandwidth>中</ns1:maxBandwidth>
<ns1:HDvideo>true</ns1:HDvideo>
</ns1:video>
<ns1:siteCommonOptions>
<ns1:SupportCustomDialRestriction>false</ns1:SupportCustomDialRestriction>
<ns1:SupportTelePresence>false</ns1:SupportTelePresence>
<ns1:SupportTelePresencePlus>false</ns1:SupportTelePresencePlus>
<ns1:EnableCloudTelepresence>true</ns1:EnableCloudTelepresence>
<ns1:EnableCMRForAllUsers>true</ns1:EnableCMRForAllUsers>
<ns1:enablePersonalMeetingRoom>true</ns1:enablePersonalMeetingRoom>
<ns1:SupportAlternateHost>true</ns1:SupportAlternateHost>
<ns1:SupportAnyoneHostMeetings>true</ns1:SupportAnyoneHostMeetings>
</ns1:siteCommonOptions>
<ns1:samlSSO>
<ns1:enableSSO>false</ns1:enableSSO>
<ns1:autoAccountCreation>false</ns1:autoAccountCreation>
</ns1:samlSSO>
<ns1:attendeeLimitation>
<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:attendeeLimitation>
<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:attendeeCapacityForEC>200</ns1:attendeeCapacityForEC>
<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 更新
CreateMeeting
、SetMeeting
、GetMeeting
、およびLstMeeting
に新しい要素autoRecord
が追加されました。
autoRecord
という名前の新しい要素が、CreateMeeting
、SetMeeting
、GetMeeting
、およびLstMeeting
APIに追加されました。autoRecord
を使用すると、ユーザーはミーティングスケジューラから直接自動的にWebexミーティングを録画できます。これは、ミーティング レベルの粒度を提供し、そこでミーティングの以前の自動録画方法はサイトレベルでのみグローバルにアクセスできました。
autoRecord
要素は Webex Meetings にのみ適用されます。Webex Events または Webex Training には適用されていません。
影響を受けるAPI:
-
CreateMeeting
-
autoRecord
-
-
SetMeeting
-
autoRecord
-
-
GetMeeting
-
autoRecord
-
-
LstMeeting
-
autoRecord
-
CreateMeeting
の更新:
|
「ネットワーク ベース録画を使用してすべてのセッションを自動的に録画する」ときの動作がサイト管理で無効になっています。 |
---|---|
|
ミーティングが開始するときに、自動的に録画を開始します。 |
|
ミーティングが開始するときに、自動的に録画を開始しません。 |
[ネットワーク ベース録画を使用してすべてのセッションを自動的に録画する] が有効になっている場合、この要素は無視され、ミーティングが開始されると録画が自動的に開始されます。
SetMeeting
のアップデート:
|
「ネットワーク ベース録画を使用してすべてのセッションを自動的に録画する」ときの動作がサイト管理で無効になっています。 |
---|---|
|
ミーティングが開始するときに、自動的に録画を開始します。 |
|
ミーティングが開始するときに、自動的に録画を開始しません。 |
[ネットワーク ベース録画を使用してすべてのセッションを自動的に録画する] が有効になっている場合、この要素は無視され、ミーティングが開始されると録画が自動的に開始されます。
GetMeeting
のアップデート:
|
「ネットワーク ベース録画を使用してすべてのセッションを自動的に録画する」ときの動作がサイト管理で無効になっています。 |
---|---|
|
ミーティングが開始するときに、自動的に録画を開始します。 |
|
ミーティングが開始するときに、自動的に録画を開始しません。 |
[ネットワーク ベース録画を使用してすべてのセッションを自動的に録画する] が有効になっている場合、この要素は無視され、ミーティングが開始されると録画が自動的に開始されます。
GetMeeting
応答の例:
LstMeeting
のアップデート:
|
「ネットワーク ベース録画を使用してすべてのセッションを自動的に録画する」ときの動作がサイト管理で無効になっています。 |
---|---|
|
ミーティングが開始するときに、自動的に録画を開始します。 |
|
ミーティングが開始するときに、自動的に録画を開始しません。 |
[ネットワーク ベース録画を使用してすべてのセッションを自動的に録画する] が有効になっている場合、この要素は無視され、ミーティングが開始されると録画が自動的に開始されます。
LstMeeting
応答の例:
新規要素 isAutoRecord
が GetSessionInfo
API に追加されました
上記の API に行った変更に沿って、isAutoRecord
という新しい要素が GetSessionInfo
API に追加されました。この要素は、ミーティングが開始するときに録画を自動的に開始するかどうかを示すために使用できます。
影響を受けるAPI:
-
GetSessionInfo
-
isAutoRecord
-
GetSessionInfo
のアップデート:
|
「ネットワーク ベース録画を使用してすべてのセッションを自動的に録画する」ときの動作がサイト管理で無効になっています。 |
---|---|
|
ミーティングが開始するときに、自動的に録画を開始します。 |
|
ミーティングが開始するときに、自動的に録画を開始しません。 |
[ネットワーク ベース録画を使用してすべてのセッションを自動的に録画する] が有効になっている場合、この要素は無視され、ミーティングが開始されると録画が自動的に開始されます。
GetSessionInfo
応答の例:
XML API 11.0.0 SP20 更新
新規要素 returnShareToMeRecording
が LstRecording
API 要求に追加されました
この変更は、以前 XML API 11.0 SP17 で発表されましたが、この更新に適用されます。
新しい要素returnShareToMeRecording
がLstRecording
APIに追加されました。returnShareToMeRecording
は、LstRecording
のリクエストのブール値です。
この新しい要素は、出席者または招待者の録画の検索をサポートするために追加されました。returnShareToMeRecording
は、LstRecording
APIが出席者または招待者の録画を返さなければならないことを知らせるフラグです。
returnShareToMeRecording
が True
に設定されると、LstRecording
は所有者として録画を返し、また録画を所有者により出席者または招待者としてもユーザーに返します。
自動共有または手動共有フラグの両方がオフ
の場合、LstRecording
はユーザーのみ録画の所有者として返します。
returnShareToMeRecording が False に設定されるか、この要素がリクエストに含まれない場合、LstRecording は前回と同じロジックに従います。所有者としてユーザーに録画を返します。
影響を受けるAPI:
-
LstRecording
-
returnShareToMeRecording
-
LstRecording
のアップデート:
要素 shareToMe
が LstRecording
API 応答に追加されました
この変更は、以前 XML API 11.0 SP17 で発表されましたが、この更新に適用されます。
新しい要素shareToMe
がLstRecording
APIに追加されました。shareToMe
はLstRecording
のレスポンスのブール値です。
この新しい要素は、出席者または招待者の録画の検索をサポートするために追加されました。shareToMe
は、ユーザーが現在の録画の所有者または出席者であるかどうかを定義するフラグです。
shareToMe
が True
の場合、ユーザーは現在の録画の所有者ではありません。ユーザーは出席者となるか、録画が所有者により共有されます。
shareToMe
が False
に設定されるか、この要素が応答に含まれない場合、LstRecording
は前回と同じロジックに従います。ユーザーは現在の録画の所有者です。
影響を受けるAPI:
-
LstRecording
-
shareToMe
-
LstRecording
のアップデート:
returnShareToMeRecording
およびshareToMe
リクエストの例:
<bodyContent xsi:type=”java.com.webex.service.binding..ep.LstRecording”>
<hostWebExID>auto243</hostWebExID>
<createTimeScope>
<createTimeStart>08/15/2018 8:0:0</createTimeStart>
<createTimeEnd>09/05/2018 7:59:59</createTimeEnd>
<timeZoneID>20</timeZoneID>
</createTimeScope>
<serviceType>MeetingCenter</serviceType>
<serviceType>EventCenter</serviceType>
<serviceType>
</serviceType>
<returnShareToMeRecording>true</returnShareToMeRecording>
</bodyContent>
returnShareToMeRecording
およびshareToMe
応答の例:
新規要素が GetEvent
API に追加されました
次の 4 つの新しい要素が GetEvent
API に追加されました。
-
はCETMeetingです
: Webex イベントが Webex ビデオ プラットフォーム 2 (CMR 4.0) をサポートする場合を示すブール値 True/False -
sipURL
: ビデオ会議システムまたはアプリケーションから Webex ビデオ ミーティングに参加するために使用される URL -
スタンドアロンダイヤリングIPAddress
: ビデオ会議システムまたはアプリケーションから Webex ビデオ ミーティングにダイヤルするために使用できる URL -
パネリスト数字パスワード
: ビデオ会議システムまたはアプリケーションから Webex Video ミーティングに参加するためのパスワード
サイトが Webex ビデオをサポートする場合、主催者は Webex Events ビデオ権限があり、イベントは Webex ビデオ プラットフォーム 2 (CMR 4.0) をサポートし、GetEvent
はこれらの要素を返します。そうでない場合、 GetEventは
それらを返しません。
影響を受けるAPI:
-
GetEvent
-
isCETMeeting
-
sipURL
-
standaloneDialingIPAddress
-
panelistNumericPassword:
-
新規要素 panelistNumericPassword
が GetSessionInfo
API に追加されました
GetSessionInfo
に新しい要素panelistNumericPassword
が追加されました。この要素には、ビデオ会議システムまたはアプリケーションからWebexビデオミーティングに参加するためのパスワードが含まれています。
サイトが Webex ビデオをサポートする場合、主催者は Webex Events ビデオ権限があり、イベントは Webex ビデオ プラットフォーム 2 (CMR 4.0) をサポートし、GetSessionInfo
は次の 4つの要素を返します。
-
はCETMeetingです
: Webex イベントが Webex ビデオ プラットフォーム 2 (CMR 4.0) をサポートする場合を示すブール値 True/False -
sipURL
: ビデオ会議システムまたはアプリケーションから Webex ビデオ ミーティングに参加するために使用される URL -
スタンドアロンダイヤリングIPAddress
: ビデオ会議システムまたはアプリケーションから Webex ビデオ ミーティングにダイヤルするために使用できる URL -
パネリスト数字パスワード
: ビデオ会議システムまたはアプリケーションから Webex Video ミーティングに参加するためのパスワード
Webex Meetings の場合、これらの要素はすでにGetSessionInfo
にあります。
-
isCETMeeting
-
sipURL
-
standaloneDialingIPAddress
影響を受けるAPI:
-
GetSessionInfo
-
panelistNumericPassword:
-
GetEvent
およびGetSessionInfo
に対するスキーマの変更
GetEvent
のアップデート:
GetSessionInfo
のアップデート:
XML API 11.0.0 SP18 更新
新規要素 EnableCloudTelepresence
が getSite
API に追加されました
EnableCloudTelepresence
という新規要素が getSite
API に追加されました。
オプション EnableCETForAllUsers
が有効になると、Webex は Webex ビデオ(CMR)をサポートするかどうかを確認します。また、新規要素 EnableCloudTelepresence
が getSite
API でも返されます。
影響を受けるAPI:
-
getSite
-
EnableCloudTelepresence
getSite
応答の例:
XML API 11.0.0 SP17 更新
新規要素 returnShareToMeRecording
が LstRecording
API 要求に追加されました
新しい要素returnShareToMeRecording
がLstRecording
APIに追加されました。returnShareToMeRecording
は、LstRecording
のリクエストのブール値です。
この新しい要素は、出席者または招待者の録画の検索をサポートするために追加されました。returnShareToMeRecording
は、LstRecording
APIが出席者または招待者の録画を返さなければならないことを知らせるフラグです。
returnShareToMeRecording
が True
に設定されると、LstRecording
は所有者として録画を返し、また録画を所有者により出席者または招待者としてもユーザーに返します。
自動共有または手動共有フラグが無効な場合、LstRecording
はユーザーに録画の所有者としてのみ返します。
returnShareToMeRecording が False に設定されるか、この要素がリクエストに含まれない場合、LstRecording は前回と同じロジックに従います。所有者としてユーザーに録画を返します。
影響を受けるAPI:
-
LstRecording
-
returnShareToMeRecording
LstRecording
のアップデート:
新規要素 shareToMe
が LstRecording
API 応答に追加されました
新しい要素shareToMe
がLstRecording
APIに追加されました。shareToMe
はLstRecording
のレスポンスのブール値です。
この新しい要素は、出席者または招待者の録画の検索をサポートするために追加されました。shareToMe
は、ユーザーが現在の録画の所有者、または出席者または招待者であるかどうかを定義するフラグです。
shareToMe
が True
の場合、ユーザーは現在の録画の所有者ではありません。ユーザーは出席者または招待者となるか、録画が所有者により共有されます。
shareToMe
が False
に設定されるか、この要素が応答に含まれない場合、LstRecording
は前回と同じロジックに従います。ユーザーは現在の録画の所有者です。
影響を受けるAPI:
-
LstRecording
-
shareToMe
LstRecording
のアップデート:
最大出席者数の要素が API getSite
応答に追加されました
4 つの新規要素が getSite
API に追加されて、次の Webex 製品の最大出席者数を示すために追加されました。
attendeeCapacityForMC
- Webex Meetings
attendeeCapacityForEC
– Webex Events
attendeeCapacityForTC
– Webex Training
attendeeCapacityForSC
– Webex サポート
これらの戻り値は、ミーティング、イベント、またはセッションの最大出席者数を示します。応答の CISiteLicenseInfo
要素の子です。
影響を受けるAPI:
-
getSite
-
attendeeCapacityForMC
-
attendeeCapacityForEC
-
attendeeCapacityForTC
-
attendeeCapacityForSC
getSite
応答の例:
<serv:メッセージ 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:header>
<serv:ボディ>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:getSiteResponse">
<ns1:siteInstance>
...。
...。
<ns1:CISiteLicenseInfo>
<ns1:accountNumberLimitForMC>999</ns1:accountNumberLimitForMC>
<ns1:allowOverageForMC>false</ns1:allowOverageForMC>
<ns1:accountNumberUsedForMC>43</ns1:accountNumberUsedForMC>
<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:attendeeCapacityForMC>1000</ns1:attendeeCapacityForMC>
<ns1:attendeeCapacityForTC>1000</ns1:attendeeCapacityForTC>
<ns1:attendeeCapacityForEC>3000</ns1:attendeeCapacityForEC>
<ns1:attendeeCapacityForSC>500</ns1:attendeeCapacityForSC>
</ns1:CISiteLicenseInfo>
</ns1:siteInstance>
</serv:bodyContent>
XML API 11.0.0 SP16 更新
新しい API hostStreamURL
が lstRecordingResponse
に追加されました
要素hostStreamURL
が、録画の詳細の一部としてLstRecording
応答に追加されました。hostStreamURL
は、主催者が最初にサインインしなくても録画を表示するために使用するURLを返します。この URL は最初に生成されてから 30 分間有効です。
影響を受けるAPI:
-
hostStreamURL
hostStreamURL
応答の例:
GetSite
APIは新しいWebDBモデリングを使用してデータを返します
顧客のリクエストにより、API GetSite
はより正確な主催者ライセンス、使用報告データ、その他のデータを CI サイトの新しい WebDB モデリングを使用して取得します。
影響を受けるAPI:
-
GetSite
GetSite
応答の例:
<serv:メッセージ 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:header>
<serv:ボディ>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:getSiteResponse">
<ns1:siteInstance>
...。
...。
<ns1:CISiteLicenseInfo>
<ns1:accountNumberLimitForMC>999</ns1:accountNumberLimitForMC>
<ns1:allowOverageForMC>false</ns1:allowOverageForMC>
<ns1:accountNumberUsedForMC>43</ns1:accountNumberUsedForMC>
<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:siteInstance>
</serv:bodyContent>
EE サイトの GetSite
応答例:
<serv:メッセージ 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:header>
<serv:ボディ>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:getSiteResponse">
<ns1:siteInstance>
...。
...。
<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:accountNumberUsedForEEHost>368</ns1:accountNumberUsedForEEHost>
</ns1:CISiteLicenseInfo>
</ns1:siteInstance>
</serv:bodyContent>
XML API 11.0.0 SP15 更新
GetSessionsInfo API を使用して、Webex Meetings ミーティング リンクを返します
GetSessionInfo
API のスキーマは、新しい戻り値 meetingLink
を持ちます。ミーティング リンクを使用して Webex ミーティングを主催者として開始するか、出席者として Webex ミーティングに参加することで開始します。
影響を受けるAPI:
-
GetSessionInfo
-
meetingLink
GetSessionInfo
応答の例:
https://hmwds6.qa.webex.com/hmwds6/j.php?MTID=m265e64705c6660d4132c2d4f19aed7e7</ep:meetingLink>
LstRecording
API の RecordingID
によりクエリするための新しい条件
これからは、recordingID
を使用して録画をクエリするために、LstRecording
を使用できます。録画 ID には 2 つのタイプがあります。
-
Webex Meetings、Webex Events、Webex Training の録画 ID
-
その他の録画の NBR 録画 ID
XML リクエストに serviceType
要素がある場合、LstRecording
はサービス録画(Webex Meetings、Webex Events、および Webex Training)のみを返します。
XML リクエストに serviceType
要素にない場合、LstRecording
は NBR 録画のみを返します。
影響を受けるAPI:
-
LstRecording
-
RecordingID
LstRecording
応答の例:
サービス録画 ID の要求例:
MeetingCenter
EventCenter
TrainingCenter
974164492
CREATETIME
DESC
HOSTID
ASC
レコード名
ASC
NBR 録画 ID の要求例:
974154032
CREATETIME
DESC
HOSTID
ASC
RECORDNAME
ASC
XML API 11.0.0 SP14 更新
Meeting Center の事前使用サマリー レポート
2 つの新規 API は Meeting Center の事前レポートである LstmeetingusagePreliminaryHistory
および LstmeetingattendeePreliminaryHistory
に追加されます。これらは、最終レポートの LsteventsessionPreliminaryHistory
と LsteventattendeePreliminaryHistory
と同じ動作をもちます。
影響を受けるAPI:
-
LstmeetingusagePreliminaryHistory
-
LstmeetingattendeePreliminaryHistory
LstmeetingusagePreliminaryHistory
リクエストの例:
<?xml version="1.0" encoding="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>テストユーザー</webExID>
<password>****</password>
<siteName>テストサイト</siteName>
</securityContext(セキュリティコンテキスト)>
</ヘッダー>
<ボディ>
<bodyContent xsi:type="java:com.webex.service.binding.history.LstmeetingusagePreliminaryHistory">
<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>および</listMethod>
</listControl>
<orderBy>スタートタイム</orderBy>
<orderAD>ASC</orderAD>
<orderBy>コンファネーム</orderBy>
<orderAD>ASC</orderAD>
<orderBy>CONFID</orderBy>
<orderAD>ASC</orderAD>
</bodyContent>
</ボディ>
LstmeetingusagePreliminaryHistory
応答の例:
<serv:メッセージ xmlns:serv=""http://www.webex.com/schemas/2002/06/service" xmlns:com="""http://www.webex.com/schemas/2002/06/common" xmlns:history=""""""""""""""""""""http://www.webex.com/schemas/2002/06/service/history">
<serv:ヘッダー>
<serv:レスポンス>
<serv:result>成功</serv:result>
<serv:gsbStatus>プライマリ</serv:gsbStatus>
</serv:レスポンス>
</serv:header>
<serv:ボディ>
<serv:bodyContent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="history:lstmeetingusagePreliminaryHistoryResponse">
<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>PRO</history:meetingType>
<history:timeZoneWithDST>サンフランシスコ(太平洋夏時間、GMT-07:00)</history:timeZoneWithDST>
<com:trackingCode1>mytrackingcode1</com:trackingCode1>
<com:trackingCode2>mytrackingcode2</com:trackingCode2>
</history:trackingCode>
<history:registered>1</history:registered>
<history:invited>1</history:invited>
<history:attended>3</history:attended>
<history:matchingRecords>
<serv:total>1</serv:total>
<serv:returned>1</serv:returned>
<serv:startFrom>1</serv:startFrom>
</history:matchingRecords>
</serv:bodyContent>
LstmeetingattendeePreliminaryHistory
リクエストの例:
<?xml version="1.0" encoding="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>テストユーザー</webExID>
<password>****</password>
<siteName>テストサイト</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>および</listMethod>
</listControl>
<orderBy>スタートタイム</orderBy>
<orderAD>ASC</orderAD>
<orderBy>CONFID</orderBy>
<orderAD>ASC</orderAD>
</bodyContent>
</ボディ>
LstmeetingattendeePreliminaryHistory
応答の例:
<serv:メッセージ xmlns:serv=""http://www.webex.com/schemas/2002/06/service" xmlns:com="""http://www.webex.com/schemas/2002/06/common" xmlns:history=""""""""""""""""""""http://www.webex.com/schemas/2002/06/service/history">
<serv:ヘッダー>
<serv:レスポンス>
<serv:result>成功</serv:result>
<serv:gsbStatus>プライマリ</serv:gsbStatus>
</serv:レスポンス>
</serv:header>
<serv:ボディ>
<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>ユーザーテスト2</history:name>
<history:email>ut2@qa.webex.com</history:email>
<history:joinTime>2018/04/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/04/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/04/23 19:12:42</history:joinTime>
<history:participantType>出席者</history:participantType>
<history:confID>93115261364733685</history:confID>
</history:meetingAttendeePreliminaryHistory>
<history:matchingRecords>
<serv:total>3</serv:total>
<serv:returned>3</serv:returned>
<serv:startFrom>1</serv:startFrom>
</history:matchingRecords>
</serv:bodyContent>
GLA GetsessionInfo
API から SIP URL Skype URL を返す
GLA GetSessionInfo
APIを呼び出すときに、レスポンスに と
の2つの新しい要素が追加されました。これらの要素は匿名アクセスのために返すことができる基本要素です。
-
は、TelePresenceまたはその他のCiscoビデオデバイスからミーティングに参加するために使用できます。この方法では、Cisco ビデオ プラットフォーム バージョン 1.0 または 2.0 を使用するミーティングのみが、GetSessionInfo が
要素を返す必要があります。
-
は、制限や条件なしにMicrosoft Skypeアプリからミーティングに参加するために使用できるため、通話ごとに返すことができます。
影響を受けるAPI:
-
GetSessionInfo
応答例:
GetsessionInfo
API から SIP URL Skype URL を返す
、
、
の3つの新しい要素が
GetMeeting
APIを呼び出す際の応答に追加されました。
-
は、ミーティングがCiscoビデオプラットフォーム(TelePresenceとビデオに対応)を使用しているかどうかを返します。
-
はミーティングに接続するために使用できます。
-
は、TelePresenceまたはその他のCiscoビデオデバイスからミーティングに参加するために使用できます。この方法では、Cisco ビデオ プラットフォーム バージョン 1.0 または2.0 を使用するミーティングのみが、
GetMeeting
で要素を返すことができます。
影響を受けるAPI:
-
GetMeeting
GetMeeting
応答の例:
XML API 11.0.0 SP13 更新
親 の 要素の廃止のお知らせ
シスコでは、親 要素の
要素を廃止し、
に置き換える予定です。
の要素が多数サイト移行中に変更されることが多いため、組織はこの要素の使用を継続するために高いメンテナンスコストがかかります。これは 2 年間の猶予期間をもった通知となります。
-
既存の Webex 顧客への影響は 2020 年 5 月 1 日以降となります。
-
新規のお客様は、2018年5月1日より
要素を使用する必要があります。
-
CI、Spark、または Atlas システムとのインテグレーションを行う顧客は、2018 年 5 月 1 日から
要素を使用する必要があります。
影響を受ける API:
-
-
<securityContext>
および
要素のデータ検証
2018年6月1日より、 と
のAPIの両方がデータ検証されます。これは、
と
のAPIに影響します。
無効な文字列または不適切な形式の文字列をデータ内の呼び出しで使用するサイトでは、これらの要素がデータ検証に合格するために文字列を修正する必要があります。
以下の例は CreateUser
と SetUser
、tollCallInData
および tollFreeCallInData
を正しい書式で示します。
86,123,4567000
1,86
1
86,123,4567890
0,86
12341234
12341234
false
false
...
XML API 11.0.0 SP12 更新
2つの新しいAPISetContact
とDelContacts
XML API スキーマは以前、2 つの API CreateContacts
および LstContacts
しかもっておらず、ユーザーの連絡先の完全な管理を行っていませんでした。XML API を使用してユーザーの連絡先の管理をより機能的に行うために、2 つの新しい API である SetContact
と DelContacts
が追加されました。
API |
注 |
---|---|
|
この API をコールして、連絡先情報を変更します。たとえば、電子メール、名前、タイトル、言語などです。 例外:
|
|
この API をコールして、指定されたメールに基づいてマイ連絡先リストから 1 個以上の連絡先を削除します。 指定された電子メールがマイ連絡先 リストから見つかった場合、 すべての指定されたメールが [マイ連絡先] リストから見つからない場合、例外 00015 (申し訳ありません、レコードが見つかりません) が返されます。 |
影響を受けるAPI:
-
SetContact
-
DelContacts
SetContact
リクエストの例:
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:メッセージ xmlns:xsi="""""""""http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""http://www.webex.com/schemas/2002/06/service">
<ヘッダー>
<securityContext(セキュリティコンテキスト)>
<siteName>サイト名</siteName>
<webExID>ユーザーID</webExID>
<password>ユーザーPWD</password>
</securityContext(セキュリティコンテキスト)>
</ヘッダー>
<ボディ>
<bodyContent xsi:type="java:com.webex.service.binding.ep.SetContact">
<contactEmail>連絡先メールアドレス</contactEmail>
<お問い合わせ>
<name>新しい連絡先名</name>
<email>新しい連絡先メールアドレス</email>
<title>新しいタイトル</title>
<company>新しい会社</company>
<notes>新しいメモ</notes>
<url>新しいリンク</url>
1、408######,,,,
<mobilePhone>1、408######,,,,</mobilePhone>
<fax>1、408######,,,,</fax>
<アドレス>
<address1>新しいアドレス1</address1>
<address2>新しいアドレス2</address2>
<city>新しい都市</city>
<state>新しい状態</state>
<zipCode>新しいZipCode</zipCode>
<country>新しい会社</country>
</アドレス>
<language>新しい言語</language>
</お問い合わせ>
</bodyContent>
</ボディ>
SetContact
応答の例:
<?xml version="1.0" encoding="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:meet="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:header>
<serv:response>
<serv:result>SUCCESS</serv:result>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="ep:setContactResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</serv:body>
DelContacts
リクエストの例:
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service">
<header>
<securityContext>
<siteName>SiteName</siteName>
<webExID>UserID</webExID>
<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
の回答例:
この例では、2つの既存の連絡先がマイ連絡先リストから削除されます。
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:メッセージ 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:meet=""http://www.webex.com/schemas/2002/06/service/meeting">
<serv:ヘッダー>
<serv:レスポンス>
<serv:result>成功</serv:result>
<serv:gsbStatus>プライマリ</serv:gsbStatus>
</serv:レスポンス>
</serv:header>
<serv:ボディ>
<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" encoding="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:meet="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:header>
<serv:response>
<serv:result>FAILURE</serv:result>
<serv:reason>申し訳ありません、レコードが見つかりません</serv:reason>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
<serv:exceptionID>000015</serv:exceptionID>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent/>
</serv:body>
XML API 11.0.0 SP11 更新
新しい API LstTrainingPollResults履歴
LstTrainingPollResultsHistory
API は、元来 URL API で実装されました。顧客のリクエストにより、現在は XML API で実装されています。
ポーリング結果のリストが Training Center sessionKey
を入力することで返されます。API は Training Center セッションの所有者またはサイト管理により要求される場合があります。
トレーニング投票結果が WebEx DB に保存される前に有効にする必要がある[強化 TC 投票] 設定があります。
影響を受けるAPI:
-
LstTrainingPollResultsHistory
LstTrainingPollResultHistory
リクエストの例:
<?xml version="1.0" encoding="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:meet=""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 に対してのみです。
LstTrainingPollResultHistory
応答の例:
<?xml version="1.0" encoding="UTF-8"?>
<serv:メッセージ xmlns:serv=""http://www.webex.com/schemas/2002/06/service" xmlns:com="""http://www.webex.com/schemas/2002/06/common" xmlns:history=""""""""""""""""""""http://www.webex.com/schemas/2002/06/service/history">
<serv:ヘッダー>
<serv:レスポンス>
<serv:result>成功</serv:result>
<serv:gsbStatus>プライマリ</serv:gsbStatus>
</serv:レスポンス>
</serv:header>
<serv:ボディ>
<serv:bodyContent xsi:type="history:lstTrainingPollResultsHistoryResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<history:matchingRecords>
<serv:total>2</serv:total>
<serv:returned>2</serv:returned>
<serv:startFrom>1</serv:startFrom>
</history:matchingRecords>
<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:numAttendees>3</history:numAttendees>
<history:questionSequence>1</history:questionSequence>
<history:questionDesc>テスト質問1 (複数選択/単一回答)</history:questionDesc>
<history:questionType>1</history:questionType>
<history:answerChoices>
<history:answerChoice>テスト回答 4</history:answerChoice>
<history:answerChoice>テスト用回答 3</history:answerChoice>
<history:answerChoice correct="true">テスト回答 2</history:answerChoice>
<history:answerChoice>テスト用回答1</history:answerChoice>
</history:answerChoices>
<履歴:出席者>
<履歴:出席者>
<history:username>2128465742</history:username>
<history:fullName>テスト</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>テスト回答 2</history:pollResponse>
<history:isCorrect>true</history:isCorrect>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465747</history:username>
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>テスト回答 1</history:pollResponse>
<history:isCorrect>偽</history:isCorrect>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465752</history:username>
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>無回答</history:pollResponse>
<history:isCorrect>偽</history:isCorrect>
</履歴:出席者>
</履歴:出席者>
<history:questionSequence>2</history:questionSequence>
<history:questionDesc>テスト質問2 (multi-choiec.multi-answer)</history:questionDesc>
<history:questionType>2</history:questionType>
<history:answerChoices>
<history:answerChoice>テスト回答D</history:answerChoice>
<history:answerChoice>テスト回答C</history:answerChoice>
<history:answerChoice correct="true">テスト回答 B</history:answerChoice>
<history:answerChoice correct="true">テスト回答 A</history:answerChoice>
</history:answerChoices>
<履歴:出席者>
<履歴:出席者>
<history:username>2128465742</history:username>
<history:fullName>テスト</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>テスト回答 B、テスト回答 A</history:pollResponse>
<history:isCorrect>true</history:isCorrect>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465747</history:username>
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>テスト回答 D、テスト回答 C、テスト回答 B、テスト回答 A</history:pollResponse>
<history:isCorrect>偽</history:isCorrect>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465752</history:username>
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>無回答</history:pollResponse>
<history:isCorrect>偽</history:isCorrect>
</履歴:出席者>
</履歴:出席者>
<history:questionSequence>3</history:questionSequence>
<history:questionDesc>テスト用質問 2 (短い回答)</history:questionDesc>
<history:questionType>3</history:questionType>
<履歴:出席者>
<履歴:出席者>
<history:username>2128465742</history:username>
<history:fullName>テスト</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>ans1</history:pollResponse>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465747</history:username>
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>ans2</history:pollResponse>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465752</history:username>
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>無回答</history:pollResponse>
</履歴:出席者>
</履歴:出席者>
<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:numAttendees>3</history:numAttendees>
<history:questionSequence>1</history:questionSequence>
<history:questionDesc>アンケートの質問1 (multi-choiec/sinngle-answer)</history:questionDesc>
<history:questionType>1</history:questionType>
<history:answerChoices>
<history:answerChoice>アンケートへの回答 3</history:answerChoice>
<history:answerChoice>アンケートへの回答 2</history:answerChoice>
<history:answerChoice>アンケートへの回答1</history:answerChoice>
</history:answerChoices>
<履歴:出席者>
<履歴:出席者>
<history:username>2128465757</history:username>
<history:fullName>テスト</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>アンケートへの回答 3</history:pollResponse>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465762</history:username>
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>アンケートへの回答 2</history:pollResponse>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465767</history:username>
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>無回答</history:pollResponse>
</履歴:出席者>
</履歴:出席者>
<history:questionSequence>2</history:questionSequence>
<history:questionDesc>アンケートの質問2(複数声明/複数回答)</history:questionDesc>
<history:questionType>2</history:questionType>
<history:answerChoices>
<history:answerChoice>アンケート回答D</history:answerChoice>
<history:answerChoice>アンケート回答C</history:answerChoice>
<history:answerChoice>アンケート回答B</history:answerChoice>
<history:answerChoice>アンケート回答A</history:answerChoice>
</history:answerChoices>
<履歴:出席者>
<履歴:出席者>
<history:username>2128465757</history:username>
<history:fullName>テスト</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>アンケート回答 D、アンケート回答 C</history:pollResponse>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465762</history:username>
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>アンケート回答C、アンケート回答B</history:pollResponse>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465767</history:username>
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>無回答</history:pollResponse>
</履歴:出席者>
</履歴:出席者>
<history:questionSequence>3</history:questionSequence>
<history:questionDesc>アンケートの質問3(短い回答)</history:questionDesc>
<history:questionType>3</history:questionType>
<履歴:出席者>
<履歴:出席者>
<history:username>2128465757</history:username>
<history:fullName>テスト</history:fullName>
<history:email>test@qa.webex.com</history:email>
<history:pollResponse>AAA</history:pollResponse>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465762</history:username>
<history:fullName>test2</history:fullName>
<history:email>test2@qa.webex.com</history:email>
<history:pollResponse>BBB</history:pollResponse>
</履歴:出席者>
<履歴:出席者>
<history:username>2128465767</history:username>
<history:fullName>test3</history:fullName>
<history:email>test3@qa.webex.com</history:email>
<history:pollResponse>無回答</history:pollResponse>
</履歴:出席者>
</履歴:出席者>
</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:history="http://www.webex.com/schemas/2002/06/service/history">
<serv:header>
<serv:response>
<serv:result>FAILURE</serv:result>
<serv:reason>申し訳ありません、レコードが見つかりません</serv:reason>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
<serv:exceptionID>000015</serv:exceptionID>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent/>
</serv:body>
APIの新しいattendeeSendVideo
オプションCreateTrainingSession
、SetTrainingSession
、およびGetTrainingSession
Training Center のセッションをスケジュールするときに使用できるオプションには「ビデオを送信」が含まれているため、XML APIにはトレーニングセンターセッションの API を作成、取得、設定する attendeeSendVideo
オプションが追加されました。
影響を受けるAPI:
-
CreateTrainingSession
-
SetTrainingSession
-
GetTrainingSession
デザイン
このオプションには、DB table WbxMMConfParam/paramvalue に paramname = 'optionSupportSendVideo'として保存されました。
CreateTrainingSession
リクエストの更新:
SetTrainingSession
リクエストの更新:
このリクエストは、T32/XML API11.0.0 に対してのみです。
GetTrainingSession
応答の更新:
ConfName
サイズ制限を最大 128 表示文字に変更する
会議名の文字列 ConfName
は、最大 128 表示名に制限されます。この変更は J2EE ホームページの制限と一致します。API 要求に空か 128 表示文字を超える ConfName
が含まれる場合、以下のエラー メッセージが表示されます。
「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 更新には、スキーマの変更は含まれません。