Skip to content

Simple ColdFusion wrapper for the Cisco WebEx API

Notifications You must be signed in to change notification settings

emeier/webexCFC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ColdFusion WebEx API wrapper

ColdFusion wrapper for the WebEx API

Installation

Copy the 'webex' folder into your webroot.

Usage

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

About

Simple ColdFusion wrapper for the Cisco WebEx API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published