Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_internal.rs538 let mut local_cands = vec![]; in add_remote_candidate() localVariable
542 local_cands = cands.clone(); in add_remote_candidate()
546 for cand in local_cands { in add_remote_candidate()