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

Hey everyone,I am new to the use of the WebEx API's so this might be a simple misunderstanding but I was wondering if I could get some help with the List Meeting API command (m.php?AT=LM). When I send a post request using the LM API I am redirected f...

anmcphee by Cisco Employee
  • 547 Views
  • 1 replies
  • 1 Helpful votes

Resolved! API Features

Hi,I am currently looking at which API I should use within my business/website. Could you please confirm whether or not the webex API can provide the following features: 1. Can you join or host the webex API conference from a mobile or land line phon...

I am submitting a request for LstMeetingAttendee for an event.  It has a session key of 661278243.  It has 154 registered people. However, in the response body it tells me that is returning only 50 records starting with record 1.  I've tried asking f...

Whenever the getNBRConfIdList NBR API is called, the response returns zero conf IDs. If I call the getNBRRecordIdList, I get a list of the recording IDs. This seems very wrong to me as I assume each recording should have a conf ID. A recording export...

Hi WebEx Community,Our site this my code.protected void Page_Load(object sender, EventArgs e)    {        CURRENT_URL = HttpContext.Current.Request.Url.AbsoluteUri;               if (Page.IsPostBack)        {        }        else {                   ...

atiwat.s1 by Level 1
  • 431 Views
  • 1 replies
  • 0 Helpful votes

Good day everyoneI am a fresh graduate without any prior experience related to WebEx Web Conferencing. My task in my first job is to familiarize myself with the three kinds of WebEx Web Conferencing APIs, URL, XML and TSP. So far, I have been reading...