Home
last modified time | relevance | path

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

/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_type.rs6 pub enum RTCSdpType { enum
43 impl From<&str> for RTCSdpType { implementation
55 impl fmt::Display for RTCSdpType { implementation
/webrtc/webrtc/src/peer_connection/
H A Dsignaling_state.rs117 sdp_type: RTCSdpType, in check_next_signaling_state()