<?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>Getting Started</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=4828384" />
  <subtitle>Look here to get oriented on the Meeting Service and the use of these Forums</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=4828384</id>
  <updated>2013-05-24T05:22:26Z</updated>
  <dc:date>2013-05-24T05:22:26Z</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: 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: 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>
  <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=15229135" />
    <author>
      <name>Robert Wettlaufer</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15229135</id>
    <updated>2013-05-14T13:12:11Z</updated>
    <published>2013-05-14T13:12:11Z</published>
    <summary type="html">Hmmmmm - I've definitely tried passing it a valid email address only to get the same response back, perhaps the problem lies elsewhere. Would removing the password field have any bearing on this? Thanks for the reply.</summary>
    <dc:creator>Robert Wettlaufer</dc:creator>
    <dc:date>2013-05-14T13:12:11Z</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=15214597" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15214597</id>
    <updated>2013-05-14T01:01:10Z</updated>
    <published>2013-05-14T01:01:10Z</published>
    <summary type="html">Email is a required value for joining meetings. The email does not need to be previously registered with WebEx, but it should be a valid email following the user@domain.com format.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-14T01:01:10Z</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=15199889" />
    <author>
      <name>Carl Aron</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15199889</id>
    <updated>2013-05-13T16:26:27Z</updated>
    <published>2013-05-13T16:26:27Z</published>
    <summary type="html">Thanks... I saw another post that seemed to say that if we signed up as a WebEx Developer Partner, we would be able to develop applications that use the API, and our clients with Premium accounts would be able to use the API via our application without needing to upgrade their account. Perhaps I am misunderstanding the different types of WebEx account described:
http://developer.cisco.com/web/webex-developer/forum/-/message_boards/message/4828585
If we have to have an enterprise account, and then set up sub-accounts for our clients, that's a very different business model from what we'd planned. We want to be platform-agnostic, and let the clients use their own accounts on whatever platform they prefer, as long as that platform will provide APIs for us to work with them.
 
 </summary>
    <dc:creator>Carl Aron</dc:creator>
    <dc:date>2013-05-13T16:26:27Z</dc:date>
  </entry>
  <entry>
    <title>RE: WebEx SaaS</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15180985" />
    <author>
      <name>Tieying Xuan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15180985</id>
    <updated>2013-05-13T03:10:40Z</updated>
    <published>2013-05-13T03:10:40Z</published>
    <summary type="html">Hi Nathan,
Thank you! I'll ask the partner to contact PAM.</summary>
    <dc:creator>Tieying Xuan</dc:creator>
    <dc:date>2013-05-13T03:10:40Z</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=15163949" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15163949</id>
    <updated>2013-05-10T22:30:44Z</updated>
    <published>2013-05-10T22:30:44Z</published>
    <summary type="html">Hello,
 
     The meeting service APIs are only available for enterprise level accounts. The basic and premium accounts do not support the development program. You can contact the enterprise sales team by telephone or chat using the contact details on the right side of the page when following the Contact Us link, then Contact Sales link. If you are working with individuals, you could obtain an enterprise site and provide host accounts to your customers if they wish to use WebEx.
 </summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-10T22:30:44Z</dc:date>
  </entry>
  <entry>
    <title>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=15156213" />
    <author>
      <name>Carl Aron</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15156213</id>
    <updated>2013-05-10T17:41:17Z</updated>
    <published>2013-05-10T17:40:58Z</published>
    <summary type="html">I am working on a project which will be a portal, where our clients can set up many kinds of online content for their users to access. The portal would then handle registration, ecommerce, reminder emails, and logins to access the content, among other things. The types of content include live web meetings, and we want WebEx to be one of the web meeting providers we support. We would hope that, in our portal's account setup, a client could simply check that, yes, they do have a WebEx account, and enter their username and password, and they'd be able to create and start WebEx meetings from within our portal, as well as have their users register for, and log into, meetings via the public parts of the portal. In exploring the WebEx APIs, I'm running into a few things that might be stumbling blocks, but I just want to check if I am mis-understanding the API documentation that I've read. It seems that, to use the APIs at all, our clients would need to have a custom meeting hostname such as CLIENT.webex.com ... and that feature seems to be only available for "corporate" or "enterprise" (same thing or different?) acounts, and not for "normal" Premium accounts. I don't see anywhere on the site that one can sign up for a "corporate" or "enterprise" account, and my own boss' attempt to get a WebEx sales person to call him to talk about an "enterprise" account went absolutely nowhere, so it does not seem like something many of our clients would have. If that is the case, then I guess these APIs are meant more for a site to be integrated with one specific webex account, where it is possible to go through whatever gyrations it takes to upgrade your account to have APIs. It would not make our product very attractive, if we "support WebEx", but it only works if the customer has to jump through hoops to upgrade their account to have access to the APIs. That would seriously limit the audience for our product. So... will the APIs work for a normal Premium account? and if so, where/how do I find or get our webex hosted site name? When I create test meetings now, it uses a generic "meetings.webex.com" domain name. Or is there an easy, obvious place where a client who has a Premium account can upgrade to one that has API access? Thanks, and sorry if I've missed somewhere else that this question was already anwered. </summary>
    <dc:creator>Carl Aron</dc:creator>
    <dc:date>2013-05-10T17:40:58Z</dc:date>
  </entry>
  <entry>
    <title>RE: Integrate WebEx</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15155336" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15155336</id>
    <updated>2013-05-10T17:13:31Z</updated>
    <published>2013-05-10T17:13:31Z</published>
    <summary type="html">You can find sample code on this site under the Develop &amp; Test menu -&gt; XML API -&gt; Sample Code (direct link: http://developer.cisco.com/web/webex-developer/sample-code). An older .Net project is provided as one of the samples. XML API uses HTTPS POST, while URL API uses HTTPS GET. You should be able to find numerous resources for sending and receiving HTTPS data from your application, as well as XML parsing by using your favorite search engine. </summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-10T17:13:31Z</dc:date>
  </entry>
  <entry>
    <title>RE: WebEx SaaS</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15155254" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15155254</id>
    <updated>2013-05-10T17:04:36Z</updated>
    <published>2013-05-10T17:04:36Z</published>
    <summary type="html">GDP is an add-on to a new or existing enterprise account. Sales can help add it, account manager can also help for existing accounts. We only have the capability of providing a limited demo for API without an existing enterprise account or GDP.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-10T17:04:36Z</dc:date>
  </entry>
  <entry>
    <title>Integrate WebEx</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15141160" />
    <author>
      <name>Yasar Arafath</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15141160</id>
    <updated>2013-05-10T09:14:16Z</updated>
    <published>2013-05-10T09:12:47Z</published>
    <summary type="html">Hi All,     
    I am newly this concept,i try to create WebEx based asp.net web application.Here how to integrate webex in my application. Please help to initiate to start &amp; sent the steps for integrate in my application.  
Thanks in Advance!!!!
Yasar.</summary>
    <dc:creator>Yasar Arafath</dc:creator>
    <dc:date>2013-05-10T09:12:47Z</dc:date>
  </entry>
  <entry>
    <title>RE: WebEx SaaS</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15123725" />
    <author>
      <name>Tieying Xuan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15123725</id>
    <updated>2013-05-10T03:16:05Z</updated>
    <published>2013-05-10T03:16:05Z</published>
    <summary type="html">Thank you for the quick reply!
But some partners are ISV (individual service vender). They may not have WebEx enterprise account. If so, they could get forum based support right now.
And one more question, how can they apply GDP? Should they contact Cisco sales team?</summary>
    <dc:creator>Tieying Xuan</dc:creator>
    <dc:date>2013-05-10T03:16:05Z</dc:date>
  </entry>
  <entry>
    <title>RE: WebEx SaaS</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15101427" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15101427</id>
    <updated>2013-05-09T16:12:33Z</updated>
    <published>2013-05-09T16:12:33Z</published>
    <summary type="html">Basic CDN account is required to access some documentation but getting started really doesnt require it. Enhanced development support (email and scheduled meeting) is availalbe as part of the Gold Developer Program (GDP) package that would be added to the WebEx enterprise account. GDP is required for production WebEx API usage. GDP will enable APIs on the production site and also provides a dedicated test site for development and testing. Without GDP, development support is limited to this community forum. Support for the WebEx product is provided by the technical support team. </summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-09T16:12:33Z</dc:date>
  </entry>
  <entry>
    <title>RE: WebEx SaaS</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15081739" />
    <author>
      <name>Tieying Xuan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15081739</id>
    <updated>2013-05-09T05:49:13Z</updated>
    <published>2013-05-09T05:49:13Z</published>
    <summary type="html">Thank you, Nathan!
Will ask the partner to download it.
One more question, will the partner get case based support to these APIs, if they join CDN?</summary>
    <dc:creator>Tieying Xuan</dc:creator>
    <dc:date>2013-05-09T05:49:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: WebEx SaaS</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14892151" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14892151</id>
    <updated>2013-05-02T17:01:42Z</updated>
    <published>2013-05-02T17:01:42Z</published>
    <summary type="html">Hello,
     WebEx meeting service API documentation can be found under the Develop &amp; Test menu at the top of this page. Documentation of the meeting product itself can be found in the support section of the partner's WebEx microsite and general information can be found on http://www.webex.com.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-02T17:01:42Z</dc:date>
  </entry>
  <entry>
    <title>WebEx SaaS</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14867069" />
    <author>
      <name>Tieying Xuan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14867069</id>
    <updated>2013-05-02T02:26:17Z</updated>
    <published>2013-05-02T02:26:17Z</published>
    <summary type="html">Hi,
A partner is looking for WebEx SaaS documents. I didn't find any in CDN nor Cisco web site. Could anyone help me?</summary>
    <dc:creator>Tieying Xuan</dc:creator>
    <dc:date>2013-05-02T02:26:17Z</dc:date>
  </entry>
</feed>

