ColdFusion wrapper for the WebEx API
Copy the 'webex' folder into your webroot.
Create a WebEx client in the application scope.
<cfset application.webEx = CreateObject("component","webex.WebEx").init("username", "password", "sitename") />
After creating the client, you can start to make requests.
<cfset eventXml = application.webex.lstSummaryEvent() />
<cfset events = application.webex.deserializeResponse( eventXml ) />
Available Methods
- getUser
- getAPIVersion
- lstRecording
- getSessionInfo
- getEvent
- lstSummaryEvent
- lstSummaryProgram
- createMeetingAttendee
- delMeetingAttendee
- getEnrollmentInfo
- lstMeetingAttendee
- registerMeetingAttendee