Home
last modified time | relevance | path

Searched refs:SIGNALING_STATE_CLOSED_STR (Results 1 – 1 of 1) sorted by relevance

/webrtc/webrtc/src/peer_connection/
H A Dsignaling_state.rs61 const SIGNALING_STATE_CLOSED_STR: &str = "closed"; constant
71 SIGNALING_STATE_CLOSED_STR => RTCSignalingState::Closed, in from()