Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
105
Parameters
Type/Value
Description/Notes
numRegistrations
Number
The number of registrations that should be made to this TURN Server.
This parameter is only meaningful for configured Lync Edge servers
tcpPortNumberOverride
Number
An optional override for the port number to use when using this TURN
Server for TCP media (for example, Lync presentation call legs). This
parameter is not needed for configured Lync Edge servers, where the
TCP port number can always be determined automatically.
10.7.3 Retrieving detailed information about an individual TURN server
GET method performed on a “/turnServers/<turn server id>" node. If the turn server ID supplied
is valid, a “200 OK” response is received, with XML content:
Response elements
Type/Value
Description/Notes
serverAddress
String
The address on which the Call Bridge reaches this TURN server
clientAddress
String
The address on which Cisco Meeting Apps reach TURN Server
username
String
The username to use when making allocations on this TURN Server
password
String
The password to use when making allocations on this TURN Server
type
acano|
lyncEdge|
standard
Indicates type of TURN server, See PUT/POST for /turnServers for
details.
numRegistrations
Number
For configured Lync Edge servers only the number of registrations
made to this TURN Server.
10.7.4 Retrieving individual TURN Server status
GET method performed on a “/turnServers/<turn server id>/status" node. If the turn server ID
supplied is valid, a “200 OK” response is received, with XML content:
Response elements
Type/Value
Description/Notes
Zero, one or more <host> child nodes, with each including the following
elements:
address
String
portNumber
Number
reachable
true|false
true if this TURN server is currently reachable, false if it is not
roundTripTimeMs
Number
If this TURN server is reachable, the round trip time (in milliseconds) of the
Call Bridge's path to it.
10   System Related Methods