<?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: Terminating an ongoing Webex call in Cloud Collaboration</title>
    <link>https://community.cisco.com/t5/cloud-collaboration/terminating-an-ongoing-webex-call/m-p/4570241#M2287</link>
    <description>&lt;P&gt;BTW, I'd encourage you to get a second opinion via the dedicated Webex developer support channels available here: &lt;A href="https://developer.webex.com/support" target="_blank"&gt;https://developer.webex.com/support&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Mar 2022 18:34:05 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2022-03-14T18:34:05Z</dc:date>
    <item>
      <title>Terminating an ongoing Webex call</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/terminating-an-ongoing-webex-call/m-p/4569185#M2285</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;My company is planning to integrate a video conferencing service into one of our apps. We expect the following primary features from the video conferencing platform.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;ability to create a video conference between two parties from the backend&lt;/LI&gt;&lt;LI&gt;ability to terminate an &lt;EM&gt;ongoing&lt;/EM&gt; meeting&lt;/LI&gt;&lt;LI&gt;ability to get a &lt;EM&gt;detailed&lt;/EM&gt; report of participants (e.g. when did each participant joined/left, &lt;EM&gt;including rejoins&lt;/EM&gt;)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I am currently eveluating the webex REST API using a free webex account. Eventhough the API seems to be very rich it doesn't provide APIs for &lt;EM&gt;ongoing&lt;/EM&gt; call termination and for getting a &lt;EM&gt;detailed&lt;/EM&gt; report.&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/meetings/delete-a-meeting" target="_self"&gt;Existing meeting delete API&lt;/A&gt; doesn't allow deleting an &lt;EM&gt;ongoing&lt;/EM&gt; meeting. Also the &lt;A href="https://developer.webex.com/docs/api/v1/meeting-participants/get-meeting-participant-details" target="_self"&gt;existing get meeting participant details API&lt;/A&gt; doesn't provide &lt;EM&gt;details of multiple rejoins&lt;/EM&gt;, it only has the last joined/left time of the participant.&lt;/P&gt;&lt;P&gt;I have read in some of the old posts here about URL API and XML API (&lt;A href="https://developer.cisco.com/docs/webex-meetings/#!xml-api" target="_self"&gt;deprecated&lt;/A&gt;) which are claimed to have these capabilities. However&amp;nbsp;I didn't manage to test any of these APIs using my free account.&lt;/P&gt;&lt;P&gt;Following are the questions I am having at the moment.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Does Webex have an API which provides all the above capabilities? if so, where can I find concrete information about testing them using a free account.&lt;/LI&gt;&lt;LI&gt;Or, is the free account limited? does a paid account contain these features? if so, which kind of a paid account should I get. I see &lt;A href="https://pricing.webex.com/" target="_self"&gt;there are different plans&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Or, is Webex not suitable for this kind of an application? any recommendations?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sat, 12 Mar 2022 15:53:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/terminating-an-ongoing-webex-call/m-p/4569185#M2285</guid>
      <dc:creator>Anubis1</dc:creator>
      <dc:date>2022-03-12T15:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating an ongoing Webex call</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/terminating-an-ongoing-webex-call/m-p/4570237#M2286</link>
      <description>&lt;P&gt;In general, as you've found, the Webex meetings REST APIs are focused on static configuration and schedule management - not real-time meeting management.&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://developer.webex.com/docs/sdks/browser" target="_self"&gt;Webex Browser SDK&lt;/A&gt; does provide all those real-time interaction features (starting/ending meetings, getting participant join events, etc.), however it is designed to run in a web browser as a 1st party meeting client; therefore not amenable as a service-based 3rd-party call control solution.&amp;nbsp; If (at least one of) the participants are joining the meeting via web apps you've build using this SDK, then you should be able to control things as you need, from the client-side.&amp;nbsp; If they're joining through something else (the regular Webex browser experience, the mobile Webex app, etc.) then that might be less feasible...&lt;/P&gt;
&lt;P&gt;If feature requirements are simple - i.e. just users voice/video conferencing, no extended Webex features e.g. whiteboarding, chat, etc. - then it might be worth considering something like &lt;A href="https://developer.cisco.com/broadworks/" target="_self"&gt;Broadworks&lt;/A&gt; (which also has &lt;A href="https://github.com/BroadSoft-Xtended" target="_self"&gt;browser-based SDKs&lt;/A&gt;.)&amp;nbsp; Webex Calling (based on Broadworks, I believe) has simple 3rd party call control REST APIs, but I don't see conferencing APIs currently: &lt;A href="https://developer.webex.com/docs/webex-calling" target="_blank"&gt;https://developer.webex.com/docs/webex-calling&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 18:32:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/terminating-an-ongoing-webex-call/m-p/4570237#M2286</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2022-03-14T18:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Terminating an ongoing Webex call</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/terminating-an-ongoing-webex-call/m-p/4570241#M2287</link>
      <description>&lt;P&gt;BTW, I'd encourage you to get a second opinion via the dedicated Webex developer support channels available here: &lt;A href="https://developer.webex.com/support" target="_blank"&gt;https://developer.webex.com/support&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 18:34:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/terminating-an-ongoing-webex-call/m-p/4570241#M2287</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2022-03-14T18:34:05Z</dc:date>
    </item>
  </channel>
</rss>

