Home
last modified time | relevance | path

Searched refs:remote_candidate (Results 1 – 2 of 2) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_internal.rs867 let mut remote_candidate = self in handle_inbound() localVariable
886 if let Some(rc) = &remote_candidate { in handle_inbound()
922 if remote_candidate.is_none() { in handle_inbound()
938 Ok(prflx_candidate) => remote_candidate = Some(Arc::new(prflx_candidate)), in handle_inbound()
954 if let Some(rc) = &remote_candidate { in handle_inbound()
966 if let Some(rc) = &remote_candidate { in handle_inbound()
971 if let Some(rc) = remote_candidate { in handle_inbound()
985 .map_or(false, |remote_candidate| { in validate_non_stun_traffic()
986 remote_candidate.seen(false); in validate_non_stun_traffic()
/webrtc/webrtc/src/ice_transport/
H A Dmod.rs282 remote_candidate: Option<RTCIceCandidate>, in add_remote_candidate()
287 if let Some(r) = remote_candidate { in add_remote_candidate()