Home
last modified time | relevance | path

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

/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_state.rs5 pub enum RTCPeerConnectionState { enum
46 impl From<&str> for RTCPeerConnectionState { implementation
60 impl From<u8> for RTCPeerConnectionState { implementation
74 impl fmt::Display for RTCPeerConnectionState { implementation
H A Dpeer_connection_test.rs248 state: RTCPeerConnectionState, in until_connection_state()
H A Dmod.rs631 cs: RTCPeerConnectionState, in do_peer_connection_state_change()
2024 pub fn connection_state(&self) -> RTCPeerConnectionState { in connection_state()