Home
last modified time | relevance | path

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

/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_direction.rs23 const RTP_TRANSCEIVER_DIRECTION_SENDRECV_STR: &str = "sendrecv"; constant
33 RTP_TRANSCEIVER_DIRECTION_SENDRECV_STR => RTCRtpTransceiverDirection::Sendrecv, in from()