Home
last modified time | relevance | path

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

/webrtc/sdp/src/util/
H A Dmod.rs33 const CONNECTION_ROLE_HOLDCONN_STR: &str = "holdconn"; constant
41 ConnectionRole::Holdconn => CONNECTION_ROLE_HOLDCONN_STR, in fmt()
66 CONNECTION_ROLE_HOLDCONN_STR => ConnectionRole::Holdconn, in from()