Home
last modified time | relevance | path

Searched refs:offerSdp (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCClient.java75 public final SessionDescription offerSdp; field in AppRTCClient.SignalingParameters
82 SessionDescription offerSdp, List<IceCandidate> iceCandidates) { in SignalingParameters() argument
88 this.offerSdp = offerSdp; in SignalingParameters()
DRoomParametersFetcher.java91 SessionDescription offerSdp = null; in roomHttpResponseParse() local
116 offerSdp = new SessionDescription( in roomHttpResponseParse()
158 offerSdp, iceCandidates); in roomHttpResponseParse()
DWebSocketRTCClient.java159 || signalingParameters.offerSdp != null)) { in signalingParametersReady()
165 && signalingParameters.offerSdp == null) { in signalingParametersReady()
DCallActivity.java501 if (params.offerSdp != null) { in onConnectedToRoomInternal()
502 peerConnectionClient.setRemoteDescription(params.offerSdp); in onConnectedToRoomInternal()
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
DPeerConnectionTest.java575 SessionDescription offerSdp = sdpLatch.getSdp();
576 assertEquals(offerSdp.type, SessionDescription.Type.OFFER);
577 assertFalse(offerSdp.description.isEmpty());
586 answeringPC.setRemoteDescription(sdpLatch, offerSdp);
618 offeringPC.setLocalDescription(sdpLatch, offerSdp);
643 assertEquals(offeringPC.getLocalDescription().type, offerSdp.type);
646 assertEquals(answeringPC.getRemoteDescription().type, offerSdp.type);