Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
65
Response
elements
Type/Value
Description/Notes
lyncSubType
audioVideo|
applicationSharing|
instantMessaging
A further specialization of the call leg type if the call leg sub type is
"lync".
audioVideo - this is a Lync call leg used for exchange of audio and video
between the Call Bridge and Lync
applicationSharing - this is a Lync call leg used for application or desktop
sharing between Lync and the Call Bridge
instantMessaging - this is a Lync call leg used for the exchange of instant
messages between Lync and the Call Bridge
If present in the reply, these parameters are overrides currently active
specifically for this call leg (i.e. not those values in force because of a
“higher level” such as the call leg's associated tenant)
direction
incoming|outgoing
configuration
see
status
see
8.3.4 Creating a new participant for a specified call
Note: Also see the section on participant related methods
.
POST method on the "/calls/<call id>/participants" node.
The parameters are as per the call leg create operation described
but may result in the
call leg instantiation ("owned" by the participant object) occurring on a remote clustered Call
Bridge.
8.4 Call Leg Profile Methods
8.4.1 General information
A call leg profile defines a set of in-call behaviors. coSpace, coSpaceUser, accessMethod, and
tenant objects can optionally have a callLegProfile association – if so, call legs that correspond
to those objects inherit the in-call behavior defined by the call leg profile. For more information
see also
.
8.4.2 Retrieving call leg profiles
GET method on the "/callLegProfiles/" node.
8   Call Related Methods