Home
last modified time | relevance | path

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

/webrtc/webrtc/src/data_channel/
H A Ddata_channel_state.rs35 const DATA_CHANNEL_STATE_CLOSING_STR: &str = "closing"; constant
55 DATA_CHANNEL_STATE_CLOSING_STR => RTCDataChannelState::Closing, in from()
67 RTCDataChannelState::Closing => DATA_CHANNEL_STATE_CLOSING_STR, in fmt()