Home
last modified time | relevance | path

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

/webrtc/webrtc/src/
H A Derror.rs380 ErrInterceptorNotBind, enumerator
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs210 .ok_or(Error::ErrInterceptorNotBind)?; in start_rtp()
450 .ok_or(Error::ErrInterceptorNotBind)?; in add_transceiver_from_kind()
495 .ok_or(Error::ErrInterceptorNotBind)?; in new_transceiver_from_track()
968 None => return Err(Error::ErrInterceptorNotBind), in handle_incoming_ssrc()
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs185 Err(Error::ErrInterceptorNotBind) in read()
217 return Err(Error::ErrInterceptorNotBind); in read_simulcast()
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Dmod.rs57 Err(Error::ErrInterceptorNotBind) in read()