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

Hi,I am a beginner to using Webex API. I went through the documentation for an understanding of how it works. But while trying to use it, I get some errors and I am not receiving the intended result. If someone could give me a brief introduction on h...

Hi,Using ver 2804.0.1205.2500 on Windows Server 2003 x64 got following error:[CSPClient] - [Error] AudioDeviceMgt::initialize - unrecognized Operating System Version[CSPClient] - [Error] HybridClient::SendAudioDevices - unnable to initialize Audio De...

Hi,I'm using java:com.webex.service.binding.history.LsteventattendeeHistoryto get the attendees after the Event ended but is there any way to don't wait 24 hours until the report to be ready, we need the data to be immdiately after the End end.

shady730 by Community Member
  • 1891 Views
  • 3 replies
  • 0 Helpful votes

Hi, I am trying to integrate webex meeting request. I am using following code to do that          Dim strXMLServer As String = "https://apidemoeu.webex.com/WBXService/XMLService"        Dim request As WebRequest = WebRequest.Create(strXMLServer)     ...

meenagulla by Community Member
  • 2231 Views
  • 3 replies
  • 0 Helpful votes

I'm using CreateMeetingAttendee for enrolling a attendees to the event when I call it throught XML API i receive success in response and AttendeeId and RegisterId but in WebEX website in my account I see "N/A" under the Event Attendees

shady730 by Community Member
  • 1934 Views
  • 3 replies
  • 0 Helpful votes

I'm currently trying to use the XML API to write a web application to give our users easy access to meeting data so that they can supply the state with information required for CPE Training (training required by NYS to maintain your CPA Certification...

jkeal0001 by Community Member
  • 3633 Views
  • 5 replies
  • 0 Helpful votes

Hi, i am trying to integrate webex meetings in my ios application. App send xml body like this :using (instead apidemoeu) my siteName and valid email and password:"<?xml version="1.0" encoding="ISO-8859-1"?><serv:message xmlns:xsi="http://www.w3.org/...

Hi, i am using the XML API for creating a meeting.In our case the meeting is weekly repeat type.A sample XML Request has below xml for weekly repeat<repeat>    <repeatType>WEEKLY</repeatType>    <dayInWeek>        <day>SUNDAY</day>        <day>MONDAY...