Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 120
API reference 
Cisco TelePresence MCU API 2.8 
Page 37 of 120
 
Parameter 
Type 
Comments 
contentContribution 
Boolean 
Whether, by default, endpoints are 
permitted to contribute the content channel 
for a conference through the mechanism of 
opening a content video channel. Either: 
true
: Content contribution is enabled.  
false
: Content contribution is disabled. 
contentTransmitResolutions 
String 
The resolution for the content channel that 
will be transmitted to endpoints in this 
conference. One of: 
4to3Only
: The MCU will encode the 
content and transmit it in a resolution of 
ratio 4:3 only. 
16to9Only
: the MCU will encode the 
content and transmit it in a resolution of 
ratio 16:9 only.  
allowAll
: the MCU will decide on the 
most optimal resolution depending on 
information about capabilities sent by the 
endpoints in the conference. 
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.