Home
last modified time | relevance | path

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

/webrtc/examples/examples/ortc/
H A Dortc.rs180 ice.set_remote_candidates(&remote_signal.ice_candidates) in main()
/webrtc/webrtc/src/ice_transport/
H A Dmod.rs265 pub async fn set_remote_candidates(&self, remote_candidates: &[RTCIceCandidate]) -> Result<()> { in set_remote_candidates() method
/webrtc/webrtc/src/data_channel/
H A Ddata_channel_test.rs1314 self.ice.set_remote_candidates(&sig.ice_candidates).await?; in set_signal()