Home
last modified time | relevance | path

Searched defs:get_selected_candidate_pair (Results 1 – 2 of 2) sorted by relevance

/webrtc/webrtc/src/ice_transport/
H A Dmod.rs88 pub async fn get_selected_candidate_pair(&self) -> Option<RTCIceCandidatePair> { in get_selected_candidate_pair() method
/webrtc/ice/src/agent/
H A Dmod.rs348 pub fn get_selected_candidate_pair(&self) -> Option<Arc<CandidatePair>> { in get_selected_candidate_pair() method