Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 89
API reference 
Cisco TelePresence MCU Remote Management API Reference Guide  
Page 25 of 89
 
Deprecated parameters 
Parameter 
Type 
Comments 
conferenceID 
String (< 32 chars) 
Deprecated alternative for numericId. 
endTime 
DateTime.iso8601 
If you do not specify an end time, then 
the conference will be permanent (until 
it is explicitly deleted). 
Application code should use “durationSeconds” 
instead. 
layoutControlEnabled 
Boolean 
Layout control via FECC/DTMF. Deprecated by 
layoutControlEx. 
conference.destroy 
This call destroys a conference on the MCU. It is removed from the list of conferences. (Compare with 
conference.end below.) A conference can be destroyed at any time; that is, before the conference has 
begun, during the conference or after the conference has ended. Destroyed conferences are removed 
entirely from the system; this includes all future repetitions of the conference. 
Parameter 
Type 
Comments 
conferenceName 
String 
Name of the conference to be destroyed. 
conference.end 
This call ends a conference on the MCU. A conference remains in the list of conferences even after 
the conference has ended — until conference.destroy (above) is called. In particular, this can be used 
to end an instance of a conference without deleting all future repetitions. 
Parameter 
Type 
Comments 
conferenceName 
String 
Name of the conference to be ended. 
conference.enumerate 
Returns some or all conferences scheduled, running or completed on the MCU. 
Parameter 
Type 
Comments 
enumerateID (optional) 
String 
The value returned by the last enumeration call. If it 
is omitted, a new enumeration is started. 
enumerateFilter 
String 
A filter expression.