Home
last modified time | relevance | path

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

/webrtc/sdp/src/util/
H A Dmod.rs30 const CONNECTION_ROLE_ACTIVE_STR: &str = "active"; constant
38 ConnectionRole::Active => CONNECTION_ROLE_ACTIVE_STR, in fmt()
63 CONNECTION_ROLE_ACTIVE_STR => ConnectionRole::Active, in from()