Home
last modified time | relevance | path

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

/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs82 pub(crate) async fn create_agent(&self) -> Result<()> { in create_agent() method
154 self.create_agent().await?; in gather()
224 self.create_agent().await?; in get_local_parameters()
241 self.create_agent().await?; in get_local_candidates()
H A Dmod.rs318 self.gatherer.create_agent().await in ensure_gatherer()
/webrtc/webrtc/
H A DCHANGELOG.md125 …agent lock in ice_gather.rs create_agent() to top level of the function to avoid a race condition.…