Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 296
template.enumerate
The template.enumerate function returns an array of template structures, each of which contains the settings
of a template. The call does not take any parameters.
Parameter name
Type
Short description
templates
array of
structs
Each array element is a struct that contains the parameters
that define a template.
templateName
string
The name of the template. When passed in a call, this
parameter identifies the template that is used for the
purpose of the call.
parent
string
The name of the parent template. Defaults to Top Level
template if omitted.
adHocDefault
boolean
true
means that the MCU uses this template for ad hoc
conferences. All templates have this parameter, and it
can only be true for one template on the MCU. false
for all other templates.
startLocked (template)
string
Defines whether conferences based on this template
should be locked when they start. One of truefalse,
or default (inherit this setting from the parent template).
registerWithGatekeeper (template)
string
Defines whether or not the conferences based on this
template register their numericIds with the H.323
gatekeeper. One of truefalse, or default (inherit
this setting from the parent template).
registerWithSIPRegistrar (template)
string
Defines whether conferences based on this template
register with the SIP registrar. One of truefalse, or
default
(inherit this setting from the parent template).
private (template)
string
Defines whether or not conferences based on this
template are private. One of truefalse, or default.
more...
streaming
string
Specifies the type of streaming to be used on the
conference. One of noneunicastmulticast,
unicastAndMulticast
, or default.
conferenceMeEnabled (template)
string
Whether or not ConferenceMe is enabled for
conferences based on this template. truefalse, or
default
(Inherit this setting from the parent template)
contentMode
string
Defines the content mode of the conference. Either
disabled
passthroughtranscoded or hybrid.
h239Enabled
boolean
Deprecated by contentMode. If you set h239Enabled to
true
contentMode will be set to transcoded. If you
set h239Enabled to falsecontentMode will be set to
disabled
.
Cisco TelePresence MCU API 2.10
Page 168 of 296
API commands
template.enumerate