Searched refs:DATA_CHANNEL_STATE_CLOSING_STR (Results 1 – 1 of 1) sorted by relevance
35 const DATA_CHANNEL_STATE_CLOSING_STR: &str = "closing"; constant55 DATA_CHANNEL_STATE_CLOSING_STR => RTCDataChannelState::Closing, in from()67 RTCDataChannelState::Closing => DATA_CHANNEL_STATE_CLOSING_STR, in fmt()