Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
55
8 Call Related Methods
This chapter details the API methods for:
n
n
n
n
n
n
n
n
n
8.1 Call Methods
8.1.1 Retrieving Information on Active Calls
GET method performed on the "/calls" node.
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
).
coSpaceFilter
ID
Supply an ID to return just those calls that match the filter
tenantFilter
ID
Supply an ID to return just those calls that belong to the specified tenant
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <calls total=”N”> tag with potentially
multiple <call> elements within it.
<call> elements follow the general form on the left.
callCorrelator
ID
An id that is the same across all distributed instances of this call.
name
String
The associated (human-readable) name for the call
coSpace
ID
If the call represents the instantiation of a coSpace, this value will be present
and hold the id of the coSpace
tenant
ID
The specific tenant that the call belongs to
8   Call Related Methods