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

Page of 33
Booking API reference 
Cisco TMS Extension Booking API Programming Reference Guide (13.0.1) 
Page 22 of 33 
 
 
before saving the conference. As an alternative, use 
GetConferenceIdByExternalId with RecInstanceIdUTC (UTC 
string that points to the UTC day of the instance) to get 
conference id for the instance, and use 
SaveConferenceRecInstance to save this exception. 
ISDNBandwidth 
Attribute 
Read/Write 
Notes 
Bandwidth 
 
The ISDN bandwidth will be used when dialing the conference 
participants, and also used when creating the conference. Note 
Max is not supported at this time. Example value “3b/193kbps”. If 
Default is selected, the value is set to the default conference 
ISDN bandwidth as defined in the Administrator Tools Page in 
Cisco TMS. 
IPBandwidth 
 
Bandwidth: The IP bandwidth will be used when dialing the 
conference participants, and also used when creating the 
conference. Note Max is not supported at this time. Example 
value “3b/193kbps”. If Default is selected, the value is set to the 
default conference IP bandwidth as defined in the Administrator 
Tools Page in Cisco TMS. 
 
Functions/Methods 
DeleteConferenceById  
Deletes a conference with the given ConferenceId (as defined in Cisco TMS). If the conference does not 
exist, 
 If the conference is part of a recurring series, the whole series will be deleted. 
Input 
ConferenceId 
The ConferenceId of the conference to delete. 
Returns nothing 
DeleteConferenceRecInstanceById  
Deletes an occurrence of a recurring conference with the given ConferenceId (as defined in Cisco TMS). If 
the conference does not exist, 
 This function is typically used when deleting a single 
meeting in a recurring series. 
Input 
ConferenceId 
The ConferenceId of the conference to delete. 
Returns nothing 
EndConferenceById  
Ends a conference with the given ConferenceId (as defined in Cisco TMS). The conference will be set to 
finished, and the end time will be set to the time of execution of the method. If the conference is deleted or 
has not started yet, 
This function is typically used to end a running conference from a third party front-end GUI. 
Input