Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
59
Parameters
Type/Value
Description/Notes
recordingMode
disabled|
manual|
automatic
Controls how this coSpace or ad hoc call can be recorded
disabled - call is not recorded
manual - users can start/stop recording
automatic - call is automatically recorded and users cannot start/stop
recording
If this parameter is not supplied in a create (POST) operation, it defaults
to "manual".
8.2.3 Retrieving detailed information about an individual call profile
GET method performed on a “/callProfiles/<call profile id>" node. If the call profile id ID
supplied is valid, a “200 OK” response is received, with XML content matching the section
above.
8.3 Call Leg Methods
8.3.1 Retrieving Information on Active Call Legs
GET method performed on the “/callLegs” node (to retrieve information on all active call legs
within the system).
Alternatively, a GET method performed on the “/calls/<call id>/callLegs” node (to retrieve
information on active call legs for a specific call).
Parameters
Type/Value
Description/Notes
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve
elements other than the first "page" in the notional list
(see
above
).
filter
String
Supply filter=<string> in the URI to return just those call
legs that match the filter
participantFilter
ID
Supply participantFilter to return only those call legs
associated with the specified participant.
tenantFilter
ID
Supply tenantFilter to return only those call legs
associated with the specified tenant.
activeLayoutFilter
String
If supplied, this filter will restrict results returned to those
call legs using the specified layout.
availableVideoStreamsLowerBound
Number
If supplied, this filter will restrict results returned to those
call legs with this many or more available video streams.
8   Call Related Methods