Searched refs:restart (Results 1 – 7 of 7) sorted by relevance
1 # ice-restart2 ice-restart demonstrates WebRTC.rs ICE Restart abilities.6 ### Build ice-restart8 cargo build --example ice-restart11 ### Run ice-restart13 cargo run --example ice-restart
148 name = "ice-restart"149 path = "examples/ice-restart/ice-restart.rs"
30 - [x] [ICE Restart](ice-restart): The ice-restart demonstrates webrtc-rs ICE Restart abilities.
201 pub(crate) async fn restart(&self) -> Result<()> { in restart() method204 .restart( in restart()
217 if let Err(err) = agent.restart(config.local_ufrag, config.local_pwd).await { in new()368 pub async fn restart(&self, mut ufrag: String, mut pwd: String) -> Result<()> { in restart() method
1777 if let Err(err) = agent.restart("".to_owned(), "".to_owned()).await { in test_agent_restart_during_gather()1795 if let Err(err) = agent.restart("".to_owned(), "".to_owned()).await { in test_agent_restart_when_closed()1835 agent_a.restart("".to_owned(), "".to_owned()).await?; in test_agent_restart_one_side()1893 agent_a.restart("".to_owned(), "".to_owned()).await?; in test_agent_restart_both_side()1894 agent_b.restart("".to_owned(), "".to_owned()).await?; in test_agent_restart_both_side()2051 a_agent.restart("".to_owned(), "".to_owned()).await?; in test_run_task_in_connection_state_callback()
734 self.internal.ice_transport.restart().await?; in create_offer()1478 self.internal.ice_transport.restart().await?; in set_remote_description()