Searched defs:iceServers (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCPeerConnectionInterface.h61 @property(nonatomic, copy) NSArray *iceServers; variable
/external/webrtc/webrtc/tools/loopback_test/
H A Dadapter.js32 for (var i = 0; i < pcConfig.iceServers.length; i++) {
33 if (pcConfig.iceServers[i].hasOwnProperty('urls')){
34 pcConfig.iceServers[i]['url'] = pcConfig.iceServers[i]['urls'];
35 delete pcConfig.iceServers[i]['urls'];
97 var iceServers = [];
104 iceServers.push(iceServer);
107 return iceServers;
158 // Creates iceServers from the urls for Chrome M34 and above.
160 var iceServers
[all...]
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DARDAppClient+Internal.h42 @property(nonatomic, strong) NSMutableArray *iceServers; variable
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DAppRTCClient.java70 public final List<PeerConnection.IceServer> iceServers; field in class:AppRTCClient.SignalingParameters
79 List<PeerConnection.IceServer> iceServers,
83 this.iceServers = iceServers;
78 SignalingParameters( List<PeerConnection.IceServer> iceServers, boolean initiator, String clientId, String wssUrl, String wssPostUrl, SessionDescription offerSdp, List<IceCandidate> iceCandidates) argument
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnectionFactory.java110 List<PeerConnection.IceServer> iceServers,
114 new PeerConnection.RTCConfiguration(iceServers);
109 createPeerConnection( List<PeerConnection.IceServer> iceServers, MediaConstraints constraints, PeerConnection.Observer observer) argument
H A DPeerConnection.java146 public List<IceServer> iceServers; field in class:PeerConnection.RTCConfiguration
157 public RTCConfiguration(List<IceServer> iceServers) { argument
162 this.iceServers = iceServers;

Completed in 222 milliseconds