Home
last modified time | relevance | path

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

/webrtc/sdp/src/util/
H A Dmod.rs13 pub enum ConnectionRole { enum
35 impl fmt::Display for ConnectionRole { implementation
48 impl From<u8> for ConnectionRole { implementation
60 impl From<&str> for ConnectionRole { implementation
/webrtc/webrtc/src/dtls_transport/
H A Ddtls_role.rs79 pub(crate) fn to_connection_role(self) -> ConnectionRole { in to_connection_role()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs721 connection_role: ConnectionRole, in generate_matched_sdp()