Home
last modified time | relevance | path

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

/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_direction.rs26 const RTP_TRANSCEIVER_DIRECTION_INACTIVE_STR: &str = "inactive"; constant
36 RTP_TRANSCEIVER_DIRECTION_INACTIVE_STR => RTCRtpTransceiverDirection::Inactive, in from()