Searched refs:set_remote_candidates (Results 1 – 3 of 3) sorted by relevance
180 ice.set_remote_candidates(&remote_signal.ice_candidates) in main()
265 pub async fn set_remote_candidates(&self, remote_candidates: &[RTCIceCandidate]) -> Result<()> { in set_remote_candidates() method
1314 self.ice.set_remote_candidates(&sig.ice_candidates).await?; in set_signal()