Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
104
10.7 TURN Server Methods
10.7.1 Retrieving Information on TURN Servers
GET method performed on the “/turnServers” node.
Parameters
Type/Value
Description/Notes
filter
offset
limit
String
Number
Number
Supply filter=<string> in the URI to return just those TURN servers that match
the filter
An "offset" and "limit" can be supplied to retrieve elements other than the
first "page" in the notional list (see
above
).
Response
elements
Type/Value
Description/Notes
serverAddress
clientAddress
Response is structured as a top-level <turnServers total="N"> tag with
potentially multiple <turnServer> elements within it.
Each <turnServer> tag may include the following elements.
See the next section
10.7.2 Setting up and modifying TURN servers
n
Creating: POST method to the /turnServers" node
n
Modifying: PUT to "/turnServers/<turn server id>"
Parameters
Type/Value
Description/Notes
serverAddress
String
The address for the Call Bridge to use to reach this TURN server
clientAddress
String
The address that Cisco Meeting Apps should use to reach this 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
Select “acano” if using the TURN server within the Meeting Server;
uses UDP/TCP port 3478 to connect to the TURN server.
Select “lyncEdge” if connecting to a Lync or Skype for Business
deployment; uses port 443 to connect to the TURN server.
If the “type” field is not set it defaults to “standard”; uses port 443 to
connect to the TURN server.
10   System Related Methods