<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: URL API Join Meeting POST only in Cloud Collaboration</title>
    <link>https://community.cisco.com/t5/cloud-collaboration/url-api-join-meeting-post-only/m-p/3510087#M897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Javascript will work, but if a hidden form and submit function won't meet your needs, you can check out the GetjoinurlMeeting.&amp;nbsp; It uses our XML API and will accept the same parameters as the URL AT=JM command.&amp;nbsp; the API will returns back a encoded MTID parameter to join into a meeting similar to AT=JM.&amp;nbsp; You can get more information from this link &lt;A href="https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#getjoinurlmeeting"&gt;https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#getjoinurlmeeting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a host account you can also check out GethosturlMeeting&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#gethosturlmeeting"&gt;https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#gethosturlmeeting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or GetloginurlUser&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#getloginurluser"&gt;https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#getloginurluser&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 22:58:28 GMT</pubDate>
    <dc:creator>kinglewi</dc:creator>
    <dc:date>2015-12-09T22:58:28Z</dc:date>
    <item>
      <title>URL API Join Meeting POST only</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/url-api-join-meeting-post-only/m-p/3510085#M895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So from the notes it looks like the join meeting API will only accept POST requests starting early next year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I write a plugin for Moodle that redirects the user to join a meeting. Will the only way to do similar functionality in the future be to write out a page with a hidden form that submits on load using javascript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm scratching my head trying to think of other ways to maintain the functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 22:02:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/url-api-join-meeting-post-only/m-p/3510085#M895</guid>
      <dc:creator>emerrill999</dc:creator>
      <dc:date>2015-12-01T22:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: URL API Join Meeting POST only</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/url-api-join-meeting-post-only/m-p/3510086#M896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greeetings! I am unfamiliar with Moodle and the plugin that you've written for it. Most programming languages, however, allow a person to build and send a POST request, e.g. &lt;A href="http://php.net/manual/en/function.http-post-fields.php"&gt;PHP's http_post_fields() function&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 22:08:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/url-api-join-meeting-post-only/m-p/3510086#M896</guid>
      <dc:creator>mifierro</dc:creator>
      <dc:date>2015-12-09T22:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: URL API Join Meeting POST only</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/url-api-join-meeting-post-only/m-p/3510087#M897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Javascript will work, but if a hidden form and submit function won't meet your needs, you can check out the GetjoinurlMeeting.&amp;nbsp; It uses our XML API and will accept the same parameters as the URL AT=JM command.&amp;nbsp; the API will returns back a encoded MTID parameter to join into a meeting similar to AT=JM.&amp;nbsp; You can get more information from this link &lt;A href="https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#getjoinurlmeeting"&gt;https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#getjoinurlmeeting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a host account you can also check out GethosturlMeeting&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#gethosturlmeeting"&gt;https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#gethosturlmeeting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or GetloginurlUser&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#getloginurluser"&gt;https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#getloginurluser&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 22:58:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/url-api-join-meeting-post-only/m-p/3510087#M897</guid>
      <dc:creator>kinglewi</dc:creator>
      <dc:date>2015-12-09T22:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: URL API Join Meeting POST only</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/url-api-join-meeting-post-only/m-p/3510088#M898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael, That wouldn't be terribly useful, as now the server will have joined a meeting, not the user using the website.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 23:06:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/url-api-join-meeting-post-only/m-p/3510088#M898</guid>
      <dc:creator>emerrill999</dc:creator>
      <dc:date>2015-12-09T23:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: URL API Join Meeting POST only</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/url-api-join-meeting-post-only/m-p/3510089#M899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kinglewi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I'll have to poke them some more. The API docs you reference show them returning soon to be invalid URLs with the PW parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 23:06:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/url-api-join-meeting-post-only/m-p/3510089#M899</guid>
      <dc:creator>emerrill999</dc:creator>
      <dc:date>2015-12-09T23:06:53Z</dc:date>
    </item>
  </channel>
</rss>

