Searched refs:rtcConfig (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | PeerConnectionFactory.java | 94 PeerConnection.RTCConfiguration rtcConfig, in createPeerConnection() argument 102 nativeFactory, rtcConfig, constraints, nativeObserver); in createPeerConnection() 113 PeerConnection.RTCConfiguration rtcConfig = in createPeerConnection() local 115 return createPeerConnection(rtcConfig, constraints, observer); in createPeerConnection() 234 long nativeFactory, PeerConnection.RTCConfiguration rtcConfig, in nativeCreatePeerConnection() argument
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | PeerConnectionClient.java | 451 PeerConnection.RTCConfiguration rtcConfig = in createPeerConnectionInternal() local 455 rtcConfig.tcpCandidatePolicy = PeerConnection.TcpCandidatePolicy.DISABLED; in createPeerConnectionInternal() 456 rtcConfig.bundlePolicy = PeerConnection.BundlePolicy.MAXBUNDLE; in createPeerConnectionInternal() 457 rtcConfig.rtcpMuxPolicy = PeerConnection.RtcpMuxPolicy.REQUIRE; in createPeerConnectionInternal() 459 rtcConfig.keyType = PeerConnection.KeyType.ECDSA; in createPeerConnectionInternal() 462 rtcConfig, pcConstraints, pcObserver); in createPeerConnectionInternal()
|