Home
last modified time | relevance | path

Searched defs:RTCIceCandidateType (Results 1 – 2 of 2) sorted by relevance

/webrtc/webrtc/src/ice_transport/
H A Dice_candidate_type.rs7 pub enum RTCIceCandidateType { enum
48 impl From<&str> for RTCIceCandidateType { implementation
60 impl From<CandidateType> for RTCIceCandidateType { implementation
72 impl fmt::Display for RTCIceCandidateType { implementation
/webrtc/webrtc/src/api/setting_engine/
H A Dmod.rs196 pub fn set_nat_1to1_ips(&mut self, ips: Vec<String>, candidate_type: RTCIceCandidateType) { in set_nat_1to1_ips()