Searched refs:remote_candidate (Results 1 – 2 of 2) sorted by relevance
867 let mut remote_candidate = self in handle_inbound() localVariable886 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()
282 remote_candidate: Option<RTCIceCandidate>, in add_remote_candidate()287 if let Some(r) = remote_candidate { in add_remote_candidate()