Home
last modified time | relevance | path

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

/webrtc/webrtc/src/ice_transport/
H A Dmod.rs271 agent.add_remote_candidate(&c)?; in set_remote_candidates()
280 pub async fn add_remote_candidate( in add_remote_candidate() method
289 agent.add_remote_candidate(&c)?; in add_remote_candidate()
/webrtc/ice/
H A DCHANGELOG.md22 - `add_remote_candidate`;
/webrtc/ice/src/agent/
H A Dmod.rs257 pub fn add_remote_candidate(&self, c: &Arc<dyn Candidate + Send + Sync>) -> Result<()> { in add_remote_candidate() method
289 ai.add_remote_candidate(&candidate).await; in add_remote_candidate()
297 ai.add_remote_candidate(&candidate).await; in add_remote_candidate()
H A Dagent_vnet_test.rs396 b_agent.add_remote_candidate(&c2)?; in gather_and_exchange_candidates()
403 a_agent.add_remote_candidate(&c2)?; in gather_and_exchange_candidates()
H A Dagent_internal.rs518 pub(crate) async fn add_remote_candidate(&self, c: &Arc<dyn Candidate + Send + Sync>) { in add_remote_candidate() method
955 self.add_remote_candidate(rc).await; in handle_inbound()
/webrtc/ice/examples/
H A Dping_pong.rs292 let _ = ice_agent2.add_remote_candidate(&c); in main()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs1490 .add_remote_candidate(Some(candidate)) in set_remote_description()
1628 .add_remote_candidate(ice_candidate) in add_ice_candidate()