OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iceServer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCICEServer+Internal.h
36
readonly) webrtc::PeerConnectionInterface::
IceServer
iceServer
;
/external/chromium_org/third_party/webrtc/tools/loopback_test/
adapter.js
66
// Creates
iceServer
from the url for FF.
68
var
iceServer
= null;
71
// Create
iceServer
with stun url.
72
iceServer
= { 'url': url };
75
// Create
iceServer
with turn url.
81
iceServer
= {'url': turn_url_parts[0],
87
// So passing in the full url to create
iceServer
.
88
iceServer
= {'url': url,
93
return
iceServer
;
100
var
iceServer
= createIceServer(urls[i]
[
all
...]
/external/chromium_org/tools/perf/page_sets/third_party/webrtc/samples/js/base/
adapter.js
53
// Creates
iceServer
from the url for FF.
55
var
iceServer
= null;
58
// Create
iceServer
with stun url.
59
iceServer
= { 'url': url };
62
// Create
iceServer
with turn url.
68
iceServer
= {'url': turn_url_parts[0],
74
// So passing in the full url to create
iceServer
.
75
iceServer
= {'url': url,
80
return
iceServer
;
87
var
iceServer
= createIceServer(urls[i]
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.cpp
108
Dictionary
iceServer
;
109
ok = iceServers.get(i,
iceServer
);
116
iceServer
.getOwnPropertyNames(names);
120
if (!
iceServer
.get("urls", urlStrings) || !urlStrings.size()) {
122
if (
iceServer
.get("urls", urlString)) {
131
if (
iceServer
.get("url", urlString)) {
143
iceServer
.get("username", username);
144
iceServer
.get("credential", credential);
Completed in 633 milliseconds