Searched defs:RTCIceCandidateType (Results 1 – 2 of 2) sorted by relevance
7 pub enum RTCIceCandidateType { enum48 impl From<&str> for RTCIceCandidateType { implementation60 impl From<CandidateType> for RTCIceCandidateType { implementation72 impl fmt::Display for RTCIceCandidateType { implementation
196 pub fn set_nat_1to1_ips(&mut self, ips: Vec<String>, candidate_type: RTCIceCandidateType) { in set_nat_1to1_ips()