Home
last modified time | relevance | path

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

/webrtc/webrtc/src/data_channel/
H A Ddata_channel_state.rs33 const DATA_CHANNEL_STATE_CONNECTING_STR: &str = "connecting"; constant
53 DATA_CHANNEL_STATE_CONNECTING_STR => RTCDataChannelState::Connecting, in from()
65 RTCDataChannelState::Connecting => DATA_CHANNEL_STATE_CONNECTING_STR, in fmt()