<?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: Conference api in webex calling in Webex Calling</title>
    <link>https://community.cisco.com/t5/webex-calling/conference-api-in-webex-calling/m-p/4705124#M1139</link>
    <description>&lt;P&gt;XSI does work to create a conference call, but you have to have XSI enabled for your Webex Org to use it. As&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/922347"&gt;@dtibbe&lt;/a&gt;&amp;nbsp;mentions, you have to hold the first call, initiate the second one, and then complete the conference with the two Call IDs. With XSI that can all be done pretty quickly, but the the trick with the conference is that you can't do it until the second party answers. The "easiest" way is to just retry the conference until it works, but you could also query the call status or, if you know how, watch the Xsi-Events channel to see the CallUpdatedEvent for the second call when it is answered.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2022 18:21:36 GMT</pubDate>
    <dc:creator>kctrey</dc:creator>
    <dc:date>2022-10-18T18:21:36Z</dc:date>
    <item>
      <title>Conference api in webex calling</title>
      <link>https://community.cisco.com/t5/webex-calling/conference-api-in-webex-calling/m-p/4698439#M1122</link>
      <description>&lt;P&gt;Hello, Team.&lt;/P&gt;
&lt;P&gt;Do we have conference api in webex calling ? I cannot find anything related in the devnet site. If it is not supported yet,&amp;nbsp; is there a workaround ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 02:23:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-calling/conference-api-in-webex-calling/m-p/4698439#M1122</guid>
      <dc:creator>exjun</dc:creator>
      <dc:date>2022-10-05T02:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Conference api in webex calling</title>
      <link>https://community.cisco.com/t5/webex-calling/conference-api-in-webex-calling/m-p/4698819#M1125</link>
      <description>&lt;P&gt;Nope, via the REST API you are just able to dial once, so no conferences (cf. &lt;A href="https://developer.webex.com/docs/api/v1/call-controls" target="_blank"&gt;https://developer.webex.com/docs/api/v1/call-controls&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 18:41:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-calling/conference-api-in-webex-calling/m-p/4698819#M1125</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2022-10-05T18:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conference api in webex calling</title>
      <link>https://community.cisco.com/t5/webex-calling/conference-api-in-webex-calling/m-p/4698937#M1126</link>
      <description>&lt;P&gt;Thanks for the response. Would it be possible to use conference API in the xsi interface ? I found the document below and conference APIs there, but I am not sure they are valid for Webex calling. Any Advice ?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://pubhub.devnetcloud.com/media/webex-calling-docs/docs/Webex-Calling-XSIInterfaceSpec.pdf" target="_blank"&gt;https://pubhub.devnetcloud.com/media/webex-calling-docs/docs/Webex-Calling-XSIInterfaceSpec.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 00:10:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-calling/conference-api-in-webex-calling/m-p/4698937#M1126</guid>
      <dc:creator>exjun</dc:creator>
      <dc:date>2022-10-06T00:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conference api in webex calling</title>
      <link>https://community.cisco.com/t5/webex-calling/conference-api-in-webex-calling/m-p/4700177#M1128</link>
      <description>&lt;P&gt;Could be, but I've never tried.&lt;/P&gt;
&lt;P&gt;The /calls/conference action would be the one to create a conf call, but it requests two (or more) active calls to join. As /calls/new would initiate a new click-to-call, I do not know how it behaves while there is another one active (or on hold). If you give it a try, please let us know &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Oct 2022 10:39:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-calling/conference-api-in-webex-calling/m-p/4700177#M1128</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2022-10-08T10:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Conference api in webex calling</title>
      <link>https://community.cisco.com/t5/webex-calling/conference-api-in-webex-calling/m-p/4705124#M1139</link>
      <description>&lt;P&gt;XSI does work to create a conference call, but you have to have XSI enabled for your Webex Org to use it. As&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/922347"&gt;@dtibbe&lt;/a&gt;&amp;nbsp;mentions, you have to hold the first call, initiate the second one, and then complete the conference with the two Call IDs. With XSI that can all be done pretty quickly, but the the trick with the conference is that you can't do it until the second party answers. The "easiest" way is to just retry the conference until it works, but you could also query the call status or, if you know how, watch the Xsi-Events channel to see the CallUpdatedEvent for the second call when it is answered.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 18:21:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-calling/conference-api-in-webex-calling/m-p/4705124#M1139</guid>
      <dc:creator>kctrey</dc:creator>
      <dc:date>2022-10-18T18:21:36Z</dc:date>
    </item>
  </channel>
</rss>

