Home
last modified time | relevance | path

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

/external/webrtc/pc/
Djsep_ice_candidate.cc26 JsepIceCandidate* jsep_ice = new JsepIceCandidate(sdp_mid, sdp_mline_index); in CreateIceCandidate() local
27 if (!jsep_ice->Initialize(sdp, error)) { in CreateIceCandidate()
28 delete jsep_ice; in CreateIceCandidate()
31 return jsep_ice; in CreateIceCandidate()