Cloud Collaboration

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Please note the Webex For Developers forum above has a more active community. Content will be migrating to this forum in the near future. For additional help, you can go to the Webex for Developers Support page.




Forum Posts

We get files from users in arf formats and to convert them we need to open them in Network Recording player and convert them. We need to automate this process of conversion.is there any standalone converter available for ARF or any sample code which ...

Hello there, fellow developers:We are using the WBXService api to reset a password.  To do this, we are using the "java:com.webex.service.binding.user.SetUser" command with the following xml request:<body><bodyContent xsi:type="java:com.webex.service...

Hi, I would like to use the API service for WebACD, but can not find documentation, only the following page "https://developer.cisco.com/site/webex-developer/develop-test/webacd-api/webacd-server-soap-api.gsp" . I did not get an answer and I understa...

I have created a webex training session and tried to join to it as a attendee. When I tried this in widows platform the "Record" button is enable but when I tried this in linux or Mac environment the "Record" button become gray and its not clickable....

rohitha_h by Community Member
  • 29479 Views
  • 2 replies
  • 0 Helpful votes

Hi All,I had start working on webex xml api for create ,delete and update meeting. I got every method very easily from this tutorialhttps://developer.cisco.com/site/webex-developer/develop-test/xml-api/api-guide/. But i m stuck in to how to get url o...

I created a meeting with following detailsTime Zone :GMT+05:30, India (Bombay)Start Time:02/01/2015 12:41:11Then the host and the attendee joined the meeting with meeting key=625161648After the end of meeting I use LstmeetingattendeeHistory XML servi...

Hi,I was trying to fetch the list of time zones available by using lstTimeZone command with the following way:    <body>        <bodyContent xsi:type="site.LstTimeZone">        </bodyContent>    </body>But the command is failing and giving an error i...