Home
last modified time | relevance | path

Searched defs:RTCIceRole (Results 1 – 3 of 3) sorted by relevance

/webrtc/webrtc/src/ice_transport/
H A Dice_role.rs6 pub enum RTCIceRole { enum
24 impl From<&str> for RTCIceRole { implementation
34 impl fmt::Display for RTCIceRole { implementation
H A Dmod.rs259 pub async fn role(&self) -> RTCIceRole { in role()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs597 ice_role: RTCIceRole, in start_transports()