Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
106
Response elements
Type/Value
Description/Notes
mappedAddress
String
if populated, indicates the source IP and source port that the TURN server
saw the STUN binding request coming from when theCall Bridge performed
TURN Server reachability checks. This can be different to the IP address of
the Call Bridge in deployments where there is a NAT between the Call
Bridge and the TURN Server.
mappedPortNumber
Number
numAllocations
Number
Number of active TURN allocations on the TURN Server.
10.8 Web Bridge Methods
10.8.1 Retrieving Information on Web Bridges
GET method performed on the “/webBridges” node.
Parameters
Type/Value
Description/Notes
filter
String
Supply filter=<string> in the URI to return just those Web Bridges that
match the filter
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
).
tenantFilter
ID
Supply tenantFilter to return only those Web Bridges associated with
the specified tenant.
Response elements
Type/Value
Description/Notes
Response is structured as a top-level <webBridges total="N"> tag with
potentially multiple <webBridge> elements within it.
Each <webBridge> tag may include the following elements.
See the next section
url
URL
resourceArchive
URL
10.8.2 Setting Up and Modifying a Web Bridge
n
Creating: POST method to the "/webBridges" node
n
Modifying: PUT to "/webBridges/<web bridge id>"
Parameters
Type/Value
Description/Notes
url
URL
The address for the Call Bridge to use to reach this Web Bridge
10   System Related Methods