Home
last modified time | relevance | path

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

/webrtc/webrtc/src/
H A Derror.rs342 ErrRTPTransceiverCodecUnsupported, enumerator
/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_test.rs88 assert_eq!(err, Error::ErrRTPTransceiverCodecUnsupported); in test_rtp_transceiver_set_codec_preferences()
H A Dmod.rs233 return Err(Error::ErrRTPTransceiverCodecUnsupported); in set_codec_preferences()