Searched defs:offerSdp (Results 1 – 4 of 4) sorted by relevance
84 public final SessionDescription offerSdp; field in AppRTCClient.SignalingParameters88 String clientId, String wssUrl, String wssPostUrl, SessionDescription offerSdp, in SignalingParameters()
87 SessionDescription offerSdp = null; in roomHttpResponseParse() local
738 SessionDescription offerSdp = sdpLatch.getSdp(); in testCompleteSession() local1001 SessionDescription offerSdp = sdpLatch.getSdp(); in testDataChannelOnlySession() local1166 SessionDescription offerSdp = sdpLatch.getSdp(); in testSurfaceIceCandidatesWhenIceTransportTypeChanged() local1247 SessionDescription offerSdp = sdpLatch.getSdp(); in testTrackRemovalAndAddition() local1454 SessionDescription offerSdp = sdpLatch.getSdp(); in testRemoteStreamUpdatedWhenTracksAddedOrRemoved() local1574 SessionDescription offerSdp = sdpLatch.getSdp(); in negotiate() local
128 SessionDescription offerSdp = new SessionDescription(SessionDescription.Type.OFFER, DUMMY_SDP); in testDirectRTCClient() local