Home
last modified time | relevance | path

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

/webrtc/ice/src/candidate/
H A Dcandidate_pair_test.rs8 pub(crate) fn host_candidate() -> Result<CandidateBase> { in host_candidate() function
/webrtc/ice/src/agent/
H A Dmod.rs282 let host_candidate = Arc::clone(c); in add_remote_candidate() localVariable