Home
last modified time | relevance | path

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

/webrtc/sdp/src/util/
H A Dmod.rs32 const CONNECTION_ROLE_ACTPASS_STR: &str = "actpass"; constant
40 ConnectionRole::Actpass => CONNECTION_ROLE_ACTPASS_STR, in fmt()
65 CONNECTION_ROLE_ACTPASS_STR => ConnectionRole::Actpass, in from()