Searched refs:DUMMY_SDP (Results 1 – 1 of 1) sorted by relevance
43 private static final String DUMMY_SDP = "sdp"; field in DirectRTCClientTest128 SessionDescription offerSdp = new SessionDescription(SessionDescription.Type.OFFER, DUMMY_SDP); in testDirectRTCClient()134 new SessionDescription(SessionDescription.Type.ANSWER, DUMMY_SDP); in testDirectRTCClient()139 IceCandidate candidate = new IceCandidate(DUMMY_SDP_MID, 0, DUMMY_SDP); in testDirectRTCClient()