Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_selector.rs244 if let Some(p) = self.agent_conn.get_best_valid_candidate_pair().await { in contact_candidates()
251 if let Some(p) = self.agent_conn.get_best_valid_candidate_pair().await { in contact_candidates()
H A Dagent_transport.rs132 pub(crate) async fn get_best_valid_candidate_pair(&self) -> Option<Arc<CandidatePair>> { in get_best_valid_candidate_pair() method