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

Page of 74
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:
 
n
the list of participants
 
n
WebEx conference information
 
n
recording URIs
 
n
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. 
 
n
The start time of the conference is set to the current time. 
 
n
The end time is set to the start time + Default Scheduled Call Duration (in minutes) as configured in  
Administrative Tools > Configuration > Conference Settings
.
 
n
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.
Returned data:
 An array of RecordingDevice, where the key is the string representation of a recording 
device name, or a recording cluster name.
The value is an array of AliasInfo for that particular recording device/cluster, holding an AliasId (string) and a 
SystemId (int) . The AliasId and SystemId can be used to add a recording participant to a conference.
GetRecurrentConferenceById 
Returns a Conference object with the given ConferenceId.  If the conference is a recurrent conference, 
existing exceptions to the recurrent series are returned in the RecurrencePattern Exceptions array of the 
returned Conference object.
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.4)     
Page 56 of 74
Booking API reference