Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_gather.rs352 if let Err(err) = agent_internal.add_candidate(&candidate).await { in gather_candidates_local()
447 agent_internal.add_candidate(&candidate).await?; in gather_candidates_local_udp_mux()
556 if let Err(err) = agent_internal2.add_candidate(&candidate).await { in gather_candidates_srflx_mapped()
692 if let Err(err) = agent_internal2.add_candidate(&candidate).await { in gather_candidates_srflx()
865 if let Err(err) = agent_internal2.add_candidate(&candidate).await { in gather_candidates_relay()
H A Dagent_internal.rs553 pub(crate) async fn add_candidate( in add_candidate() method