<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>RE: Get Valid joinMeetingURL Response Without Email?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>RE: Get Valid joinMeetingURL Response Without Email?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=</id>
  <updated>2013-05-19T16:03:58Z</updated>
  <dc:date>2013-05-19T16:03:58Z</dc:date>
  <entry>
    <title>RE: Type of WebEx account needed for API access?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15377639" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15377639</id>
    <updated>2013-05-17T19:40:46Z</updated>
    <published>2013-05-17T19:40:46Z</published>
    <summary type="html">There is no API solution for meetings.webex.com. For customers that have an enterprise account, usually in the form of companyname.webex.com, API can be enabled for use with third party integrations. For your development purposes and product demonstration purposes, you would probably want to get your own enterprise account with Gold Developer Program access to allow you to develop and test your integration on a dedicated site with site admin access. Customers who wish to use your integration would contact their WebEx account manager to enable APIs for use with your integration.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-17T19:40:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: Type of WebEx account needed for API access?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15378027" />
    <author>
      <name>Carl Aron</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15378027</id>
    <updated>2013-05-17T19:19:48Z</updated>
    <published>2013-05-17T19:19:48Z</published>
    <summary type="html">Does anyone have any more information on the "approved WebEx partner integration" mentioned in the post I linked to above? I filled out a form to become a "Partner", and as near as I can tell, it changes nothing... I didn't see where it gave me any new access to new information I didn't already have by making an account as a Developer to access these forums.
Is there a solution, to allow me to create a portal that is integrated with WebEx, and allows our users to bring their own, pre-existing WebEx accounts to it, or not?
We're not looking to become WebEx resellers, or to sell sub-accounts of our Enterprise account.</summary>
    <dc:creator>Carl Aron</dc:creator>
    <dc:date>2013-05-17T19:19:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: JoinTeleconfBeforeHost</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15371601" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15371601</id>
    <updated>2013-05-17T16:53:46Z</updated>
    <published>2013-05-17T16:53:46Z</published>
    <summary type="html">Hello,
 
     I do not believe the mobile application is capable of being the first attendee to join the session. The URL API is not capable of being the first to join the session. You should be able to join from the WebEx site from a computer once the openTime time has been reached. Once one attendee has joined, you will be able to join from the mobile client or URL API join link. As for your request, it looks good except for a couple problems. 750 is not a valid openTime, it can only be 5, 10, or 15 minutes (in seconds). In order to use extTelephonyDescription, the telephonySupport should be OTHER.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-17T16:53:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: JoinTeleconfBeforeHost</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15354979" />
    <author>
      <name>Oronzo Lezzi</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15354979</id>
    <updated>2013-05-17T06:19:09Z</updated>
    <published>2013-05-17T06:19:09Z</published>
    <summary type="html">Hello Nathan, this our XML. The WebEx URL ( for Meeting Center) referring to the company at which I work 

so I can't post it

 
&lt;bodyContent xsi:type="java:com.webex.service.binding.meeting.CreateMeeting"&gt;
    &lt;accessControl&gt;
        &lt;meetingPassword&gt;...&lt;/meetingPassword&gt;
    &lt;/accessControl&gt;
    &lt;metaData&gt;
        &lt;confName&gt;Meeting&lt;/confName&gt;
        &lt;meetingType/&gt;
    &lt;/metaData&gt;
    &lt;participants&gt;
        &lt;attendees&gt;
            &lt;attendee&gt;
                &lt;person&gt;
                    &lt;name&gt;...&lt;/name&gt;
                    &lt;email&gt;...&lt;/email&gt;
                &lt;/person&gt;
            &lt;/attendee&gt;
            &lt;attendee&gt;
                &lt;person&gt;
                    &lt;name&gt;...&lt;/name&gt;
                    &lt;email&gt;...&lt;/email&gt;
                &lt;/person&gt;
            &lt;/attendee&gt;
        &lt;/attendees&gt;
    &lt;/participants&gt;
    &lt;enableOptions&gt;
        &lt;chat&gt;true&lt;/chat&gt;
        &lt;poll&gt;true&lt;/poll&gt;
        &lt;audioVideo&gt;true&lt;/audioVideo&gt;
        &lt;meetingRecord&gt;false&lt;/meetingRecord&gt;
        &lt;attendeeRecordMeeting&gt;false&lt;/attendeeRecordMeeting&gt;
        &lt;meet:attendeeList&gt;true&lt;/meet:attendeeList&gt;
        &lt;meet:fileShare&gt;true&lt;/meet:fileShare&gt;
        &lt;meet:presentation&gt;true&lt;/meet:presentation&gt;
        &lt;meet:applicationShare&gt;true&lt;/meet:applicationShare&gt;
        &lt;meet:desktopShare&gt;true&lt;/meet:desktopShare&gt;
        &lt;meet:webTour&gt;true&lt;/meet:webTour&gt;
        &lt;meet:rcAppShare&gt;true&lt;/meet:rcAppShare&gt;
        &lt;meet:rcDesktopShare&gt;true&lt;/meet:rcDesktopShare&gt;
        &lt;meet:rcWebTour&gt;true&lt;/meet:rcWebTour&gt;
        &lt;meet:supportRemoteComputer&gt;true&lt;/meet:supportRemoteComputer&gt;
    &lt;/enableOptions&gt;
    &lt;schedule&gt;
        &lt;startDate&gt;05/17/2013 08:05:00&lt;/startDate&gt;
        &lt;openTime&gt;750&lt;/openTime&gt;
        &lt;joinTeleconfBeforeHost&gt;true&lt;/joinTeleconfBeforeHost&gt;
        &lt;duration&gt;60&lt;/duration&gt;
        &lt;timeZoneID&gt;23&lt;/timeZoneID&gt;
    &lt;/schedule&gt;
    &lt;attendeeOptions&gt;
        &lt;emailInvitations&gt;false&lt;/emailInvitations&gt;
    &lt;/attendeeOptions&gt;
    &lt;telephony&gt;
        &lt;telephonySupport&gt;CALLIN&lt;/telephonySupport&gt;
        &lt;extTelephonyDescription&gt;Call 1-800-555-1234, Passcode 98765&lt;/extTelephonyDescription&gt;
    &lt;/telephony&gt;
&lt;/bodyContent&gt;
 
The meeting is created successufully , but when I receive the email from the webEx system and click on JoinMeetingURL from my IPAD I have the message "The meeting has not started yet"
 
Thanks

 
Oronzo</summary>
    <dc:creator>Oronzo Lezzi</dc:creator>
    <dc:date>2013-05-17T06:19:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: JoinTeleconfBeforeHost</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15340298" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15340298</id>
    <updated>2013-05-16T17:57:06Z</updated>
    <published>2013-05-16T17:57:06Z</published>
    <summary type="html">I would need to see your XML request and the WebEx URL you are using. Setting open time typically works to allow attendees to join before host but there could be other site settings preventing this as an option.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-16T17:57:06Z</dc:date>
  </entry>
  <entry>
    <title>RE: JoinTeleconfBeforeHost</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15338971" />
    <author>
      <name>Oronzo Lezzi</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15338971</id>
    <updated>2013-05-16T17:47:07Z</updated>
    <published>2013-05-16T17:47:07Z</published>
    <summary type="html">Hello Nathan I have set opentime to 900 but attendee is not allowed to access to meeting.</summary>
    <dc:creator>Oronzo Lezzi</dc:creator>
    <dc:date>2013-05-16T17:47:07Z</dc:date>
  </entry>
  <entry>
    <title>RE: JoinTeleconfBeforeHost</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15335751" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15335751</id>
    <updated>2013-05-16T16:40:17Z</updated>
    <published>2013-05-16T16:40:17Z</published>
    <summary type="html">Hello,
 
     That element controls the audio portion of the conference. Usually, attendees must wait for the host to join before the audio starts. You will need to specify the openTime to allow attendees to join the web conference before host.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-16T16:40:17Z</dc:date>
  </entry>
  <entry>
    <title>RE: GetSite : Response Validation Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15335734" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15335734</id>
    <updated>2013-05-16T16:37:37Z</updated>
    <published>2013-05-16T16:37:37Z</published>
    <summary type="html">On the code samples page of this portal, there is a link on the right side of the page to an XML debug html file that allows you to submit a raw XML request and see the response. The response you are getting appears to be an issue with how your code handles the character encoding or some other code issue.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-16T16:37:37Z</dc:date>
  </entry>
  <entry>
    <title>JoinTeleconfBeforeHost</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15331480" />
    <author>
      <name>Oronzo Lezzi</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15331480</id>
    <updated>2013-05-16T14:50:13Z</updated>
    <published>2013-05-16T14:50:13Z</published>
    <summary type="html">Hello
we create meeting using webEx API . We want that the attendee could access to meeting before host.
 
with
 
[b]JoinTeleconfBeforeHost= true[/b]

but the attendee cannot access before HOST that could start the meeting.
Could give support about that ?
 
Regards
 
Oronzo Lezzi</summary>
    <dc:creator>Oronzo Lezzi</dc:creator>
    <dc:date>2013-05-16T14:50:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: GetSite : Response Validation Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15328896" />
    <author>
      <name>Prabodh Panda</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15328896</id>
    <updated>2013-05-16T13:22:33Z</updated>
    <published>2013-05-16T13:22:33Z</published>
    <summary type="html">Hi Nathan,
Thanks! for the Reply
I did try as suggested to access the GetSitr API, but i am getting response in Junk Values like below 
"?c???????????????????????????????????????????????????????????????????????????????????" 
I am able to succesfully get response from API GetUser, CreateMeeting, GethosturlMeeting and LstsummaryMeeting API from my C++ aplication. I am not able to get API GetSite and lstTimeZone working.
I am currently using "xml_api_5 9.pdf" document as my reference, please update me if this is not the latest document.
Thanks &amp; Regards,
Prabodh 
 </summary>
    <dc:creator>Prabodh Panda</dc:creator>
    <dc:date>2013-05-16T13:22:33Z</dc:date>
  </entry>
  <entry>
    <title>RE: Getting error in Scheduling Meeting</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15316650" />
    <author>
      <name>Anand Bhatt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15316650</id>
    <updated>2013-05-16T07:06:25Z</updated>
    <published>2013-05-16T07:06:25Z</published>
    <summary type="html">Hi Nathan,
Thanks for your reply, my above issue is resolved.
But now i am getting another error.

&lt;serv:reason&gt;The user or site does not support this meeting type&lt;/serv:reason&gt;

please suggest for above error..</summary>
    <dc:creator>Anand Bhatt</dc:creator>
    <dc:date>2013-05-16T07:06:25Z</dc:date>
  </entry>
  <entry>
    <title>RE: Is their any way to Validate XML Service URL ?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15290599" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15290599</id>
    <updated>2013-05-15T17:17:17Z</updated>
    <published>2013-05-15T17:17:17Z</published>
    <summary type="html">Hello,
 
     You can establish a connection to the XML service URL wihtout a request to check for HTTP 200 success. If you are also checking authentication details, you can use a request like GetAPIVersion or GetlogInurlUser.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-15T17:17:17Z</dc:date>
  </entry>
  <entry>
    <title>RE: GetSite : Response Validation Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15290443" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15290443</id>
    <updated>2013-05-15T17:12:38Z</updated>
    <published>2013-05-15T17:11:42Z</published>
    <summary type="html">[color=#525252]Hello,[/color]
[color=#525252] [/color]
[color=#525252]     The error suggests that you are setting returnSettings as a child of body when it should be a child of bodyContent. I was able to test this request with returnSettings successfully. The reference guide is fairly old and will be updated, spelling errors, including returnSetting, should be addressed before a new guide is released.[/color]
[color=#525252] [/color]
[color=#525252]&lt;?xml version="1.0" encoding="UTF-8"?&gt;[/color]
[color=#525252]&lt;serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;[/color]
[color=#525252]  &lt;header&gt;[/color]
[color=#525252]    &lt;securityContext&gt;[/color]
[color=#525252]      &lt;webExID&gt;removed&lt;/webExID&gt;[/color]
[color=#525252]      &lt;password&gt;removed&lt;/password&gt;[/color]
[color=#525252]      &lt;siteID&gt;removed&lt;/siteID&gt;[/color]
[color=#525252]      &lt;partnerID&gt;removed&lt;/partnerID&gt;[/color]
[color=#525252]     &lt;/securityContext&gt;[/color]
[color=#525252]  &lt;/header&gt;[/color]
[color=#525252]  &lt;body&gt;[/color]
[color=#525252]    &lt;bodyContent xsi:type="java:com.webex.service.binding.site.GetSite"&gt;[/color]
[color=#525252]      &lt;returnSettings&gt;[/color]
[color=#525252]        &lt;eventCenter&gt;TRUE&lt;/eventCenter&gt;[/color]
[color=#525252]      &lt;/returnSettings&gt;[/color]
[color=#525252]    &lt;/bodyContent&gt;[/color]
[color=#525252]  &lt;/body&gt;[/color]
[color=#525252]&lt;/serv:message&gt;[/color]</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-15T17:11:42Z</dc:date>
  </entry>
  <entry>
    <title>Is their any way to Validate XML Service URL ?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15279393" />
    <author>
      <name>Prabodh Panda</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15279393</id>
    <updated>2013-05-15T13:36:01Z</updated>
    <published>2013-05-15T13:36:01Z</published>
    <summary type="html">Is their any way to Validate XML Service URL ? any API ?
 
Thanks &amp; Regards,
Prabodh </summary>
    <dc:creator>Prabodh Panda</dc:creator>
    <dc:date>2013-05-15T13:36:01Z</dc:date>
  </entry>
  <entry>
    <title>GetSite : Response Validation Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15272955" />
    <author>
      <name>Prabodh Panda</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15272955</id>
    <updated>2013-05-15T10:00:13Z</updated>
    <published>2013-05-15T10:00:13Z</published>
    <summary type="html">Hi,
When i make a GetSite request 
 
&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;
&lt;serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;header&gt;
&lt;securityContext&gt;
&lt;webExID&gt;hostid&lt;/webExID&gt;
&lt;password&gt;hostpassword&lt;/password&gt;
&lt;siteID&gt;0000&lt;/siteID&gt;
&lt;partnerID&gt;9999&lt;/partnerID&gt;
&lt;email&gt;johnsmith@xyz.com&lt;/email&gt;
&lt;/securityContext&gt;
&lt;/header&gt;
&lt;body&gt;
&lt;bodyContent xsi:type="java:com.webex.service.binding.site.GetSite" /&gt;
&lt;returnSettings&gt;
&lt;eventCenter&gt;true&lt;/eventCenter&gt;
&lt;/returnSetting&gt;
&lt;/body&gt;
&lt;/serv:message&gt;
 
i always get a reponse "validation: unable to find FieldDescriptor for 'returnSettings' in ClassDescriptor of body"
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common"&gt;&lt;serv:header&gt;&lt;serv:response&gt;&lt;serv:result&gt;FAILURE&lt;/serv:result&gt;&lt;serv:reason&gt;validation: unable to find FieldDescriptor for 'returnSettings' in ClassDescriptor of body&lt;/serv:reason&gt;&lt;serv:gsbStatus&gt;PRIMARY&lt;/serv:gsbStatus&gt;&lt;serv:exceptionID&gt;999999&lt;/serv:exceptionID&gt;&lt;/serv:response&gt;&lt;/serv:header&gt;&lt;serv:body&gt;&lt;serv:bodyContent/&gt;&lt;/serv:body&gt;&lt;/serv:message&gt;
Please can anyone help on this ?
Plus I see mismatch in the request string tagname for the element ID "returnSettings", please correct on this.
 
Thanks &amp; Regards,
Prabodh 
 
 </summary>
    <dc:creator>Prabodh Panda</dc:creator>
    <dc:date>2013-05-15T10:00:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: Get Valid joinMeetingURL Response Without Email?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15241024" />
    <author>
      <name>Robert Wettlaufer</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15241024</id>
    <updated>2013-05-14T16:36:49Z</updated>
    <published>2013-05-14T16:36:49Z</published>
    <summary type="html">OK, I will continue to troubleshoot with this issue based on your feedback - Thanks for pointing me in the right direction.</summary>
    <dc:creator>Robert Wettlaufer</dc:creator>
    <dc:date>2013-05-14T16:36:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: Get Valid joinMeetingURL Response Without Email?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15240896" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15240896</id>
    <updated>2013-05-14T16:33:38Z</updated>
    <published>2013-05-14T16:31:57Z</published>
    <summary type="html">Hello,
       Email is definitely required. [url=https://tsfl.webex.com/tsfl/m.php?AT=JM&amp;MK=644204144&amp;AN=Arshad Abbas&amp;AE=user@domain.com]https://tsfl.webex.com/tsfl/m.php?AT=JM&amp;MK=644204144&amp;AN=Arshad Abbas&amp;AE=user@domain.com[/url] would be an appropriately formatted join link as long as there is no meeting password (although I get meeting not in progress due to meeting not currently running).</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-14T16:31:57Z</dc:date>
  </entry>
  <entry>
    <title>RE: Get Valid joinMeetingURL Response Without Email?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15240680" />
    <author>
      <name>Robert Wettlaufer</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15240680</id>
    <updated>2013-05-14T16:18:42Z</updated>
    <published>2013-05-14T16:18:42Z</published>
    <summary type="html">Here is an example of what I get for the joinMeetingURL:
https://tsfl.webex.com/tsfl/m.php?AT=JM&amp;amp;MK=641443535&amp;amp;AN=Arshad Abbas


When the user clicks on the link, it directs the user to the WebEx login site instead of launching the meeting. The URL at the top when this happens is: https://tsfl.webex.com/mw0307l/mywebex/default.do?siteurl=tsfl&amp;AT=JM&amp;ST=FAIL&amp;RS=InvalidEmailAddress&amp;MK=644204144  (this is a separate instance from the top, so the MK's don't match).

At the moment, we aren't sending the email field in the POST and I was thinking that was causing issues because it may be required. After adding the field and sending a legitimate name@website.com email, I still got the same response back. I think it might be worth noting that we also aren't using the meeting password when calling the CreateMeeting service.

Thanks for the help!</summary>
    <dc:creator>Robert Wettlaufer</dc:creator>
    <dc:date>2013-05-14T16:18:42Z</dc:date>
  </entry>
  <entry>
    <title>RE: Getting error in Scheduling Meeting</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15235554" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15235554</id>
    <updated>2013-05-14T15:31:20Z</updated>
    <published>2013-05-14T15:31:20Z</published>
    <summary type="html">Hello,
 
     This is usually due to incorrect webExID or hostWebExId value. webExID and hostWebExId must be valid usernames on your WebEx site.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-14T15:31:20Z</dc:date>
  </entry>
  <entry>
    <title>RE: Get Valid joinMeetingURL Response Without Email?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15235508" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15235508</id>
    <updated>2013-05-14T15:29:11Z</updated>
    <published>2013-05-14T15:29:11Z</published>
    <summary type="html">I would need to see a copy of your join meeting URL to isolate the cause.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-14T15:29:11Z</dc:date>
  </entry>
</feed>

