Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_internal.rs590 let mut remote_cands = vec![]; in add_candidate() localVariable
594 remote_cands = cands.clone(); in add_candidate()
598 for cand in remote_cands { in add_candidate()