Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Is there a period of time after a webex training event has ended before the attendance information is available via the lsttrainingattendeeHistory API call?
I am able to pull back a list of recordings of training sessions. Now I would like to make use of them. How do I schedule a training session that will be a playback of a recording of a previous session? I would like to do this through the XML API.
When I call GetHostUrlMeeting for an event using credentials of a host that did not create the event I get an error message back that looks like "Access denied, additional privileges are required".How can I grant those additional privileges? Is it p...
I see that Meeting Center has a GethosturlMeeting which returns a url that can be used to start the meeting. Is there anything like that for Event Center or Training Center? I would like to have a button in my application that can be pressed or a l...
Thanks for the response Ryan, Is there a reason to use the NBR Web Service API over the web service calls in the General Session Service section of the XML API?
Hi Michael, I am looking for calls that work for Events or Training sessions. The code snippet you posted is for Meetings. I know there is a setEvent call where I can pass in something similar but it does not include an option to set the type as H...
How can the session's configuration be manipulated?The element altHost only appears once in the WebEx XML API Reference Guide. It is in the 'Elements in WebEx XML Schema Definitions for the General Session Service'. The reference guide does not ind...
Here is the url for the WebEx XML API Reference Guide. You can cobble together a request from the examples in the Training Session Service section. It doesn't help if you want to create classes or anything but you can build the xml requests as stri...