OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TURN
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/tools/rtcbot/
test.js
76
// Ask computeengineondemand to give us
TURN
server credentials and URIs.
78
request('https://computeengineondemand.appspot.com/
turn
?username=1234&key=5678',
81
onError('
TURN
request failed');
/external/webrtc/talk/app/webrtc/
peerconnection.cc
74
// The min number of tokens must present in
Turn
host uri.
75
// e.g. user@
turn
.example.org
77
// Number of tokens must be preset when
TURN
uri has transport param.
85
static const char* kValidIceServiceTypes[] = {"stun", "stuns", "
turn
", "turns"};
92
TURN
, // Indicates a
TURN
server
93
TURNS, // Indicates a
TURN
server used with a TLS session.
142
// draft-petithuguenin-behave-
turn
-uris-01
143
// turnURI = scheme ":"
turn
-host [ ":"
turn
-port
[
all
...]
Completed in 493 milliseconds