Cisco Cisco TelePresence Management Suite (TMS) Version 15 Developer's Guide

Page of 64
ConferenceStatus
An enumeration of the type of conferences that will be fetched from Cisco TMS. The available 
types are: 
 
All
 
AllExceptDeleted
 
Pending
 
Ongoing
 
Finished
 
PendingAndOngoing
 
MeetingRequest (Conference has been requested by a user without booking rights, 
needs approval.)
 
 Rejected
 
NotSaved
 
Defective
 
Deleted
Returned data:
 An array with Conference objects. As of API version 11, this includes scheduled conferences only, no 
ad hoc conferences.
 
The conference objects will not include:
 
the list of participants
 
WebEx conference information
 
recording URIs
 
ConferenceInfoHtml or ConferenceInfoText
If the provided ID does not exist, this will cause an error. See the section 
GetDefaultConference
Creates a default conference object with ID equals -1 based on the conference settings specified in Cisco TMS. 
This function is typically used as a basis for new meetings, where all that is needed is to define the start and end time, 
along with the participants in the conference.
Supported parameters:
 None
Returned data:
 A Conference object using the default values defined in Cisco TMS. 
 
The start time of the conference is set to the current time. 
 
The end time is set to the start time + Default Scheduled Call Duration (in minutes) as configured in  
Administrative Tools > Configuration > Conference Settings.
 
If, in Administrative Tools > Configuration > WebEx Settings, the setting for Add WebEx To All Conferences 
is Yes, the default conference will always include WebEx, whether or not this is exposed to the user by the 
client. For more information about including WebEx, see 
GetRecordingAliases
Supported parameters:
UserName
The user to retrieve recording alias for. If no UserName is provided (empty string), the logged in user will 
be used.
47
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide