Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 223
API reference
Cisco TelePresence MCU API 2.9
Page 93 of 223
actAsRecorder
boolean
Defines whether this participant appears as a recorder to
other participants.
layoutControlEx
string
Defines how the view layout can be controlled. One of
disabledfeccOnlydtmfOnly,
feccWithDtmfFallback, or bothFeccAndDtmf.
Deprecated parameters
Parameter name
Type
Short description
layoutControlEnabled
boolean
Deprecated by layoutControlEx. Defines whether the
endpoint's participant will have control over the layout if
layoutControlDefault is false.
participant.move
Moves a participant from one conference to another. This will only move an active participant. Even if this
participant is preconfigured, the configuration is unchanged.
A fault code of "no such participant" is returned when the participant isn’t found; "too many participants"
when the conference has reached its limit, and "operation failed" for other move failures such as moving an
unencrypted participant into a conference which requires encryption.
Input parameters
Parameter name
Type
Short description
conferenceName
string
The name of the conference.
autoAttendantUniqueID
string
Unique identifier for the auto attendant.
participantName
string
The unique name of a participant.
participantProtocol
string
h323sip, or vnc.
participantType
string
One of: by_addressby_name, or ad_hoc.
newConferenceName
string
The new conference name.
participant.remove
Removes a participant from the database of configured participants, and also removes this participant from
any conferences. It will also remove all records of this participant's presence in a conference.
Input parameters
Parameter name
Type
Short description
conferenceName
string
The name of the conference.
autoAttendantUniqueID
string
Unique identifier for the auto attendant.
participantName
string
The unique name of a participant.