Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Djsepicecandidate.cc41 JsepIceCandidate* jsep_ice = new JsepIceCandidate(sdp_mid, sdp_mline_index); in CreateIceCandidate() local
42 if (!jsep_ice->Initialize(sdp, error)) { in CreateIceCandidate()
43 delete jsep_ice; in CreateIceCandidate()
46 return jsep_ice; in CreateIceCandidate()