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

Page of 77
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.
Supported parameters:
ConferenceId
The ID of the conference, based on TMS IDs.
Returned data:
 A Conference object based on the ConferenceId.
If the recurrent series has been deleted, the returned object will include a negative conference ID.
If the provided ID does not exist, this will cause an error. See the section 
GetRecurrentConferenceByIdWithFirstOngoingOrPendingSta
rtTime
This function is primarily intended for use by Cisco TMSPE Smart Scheduler.
Supported parameters:
ConferenceId
The ID of the conference, based on TMS IDs.
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.4)     
Page 59 of 77
Booking API reference
Booking API functions