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

Page of 81
Returned data:
 Nothing.
If the provided ID does not exist, this will cause an error. See the section 
EndConferenceByExternalId
End an ongoing conference using an ID from an external source.
This function is primarily intended for use by Cisco TMSXE.
Supported parameters:
ExternalSourceId
Unique identifier of the external source.
ExternalConferenceId
Unique identifier of the conference within the external source (primary key in 
database).
RecurrenceIdUTC
Identifies an instance in a series of conferences. A UTC-formatted datetime string. 
Only UTC date-time groups ending with Z are supported. Example: 1975-06-01 
23:32:11Z.
EndConferenceById 
Ends an ongoing 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 function. This function is typically 
used to end a running conference from a third party front-end GUI. The function will fail with an error if the 
conference has not yet started.
Supported parameters:
ConferenceId
The ConferenceId of the conference to delete.
Returned data:
 Nothing.
If the provided ID does not exist, this will cause an error. See the section 
GetConferenceById 
Get the available information about a particular conference.
Supported parameters:
ConferenceId
The ID of the conference (Based on Cisco TMS IDs)
Returned data:
 A Conference object based on the ConferenceId.
If the provided ID does not exist, this will cause an error. See the section 
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.6)     
Page 55 of 81
Booking API reference
Booking API functions