Home
last modified time | relevance | path

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

/webrtc/webrtc/src/
H A Derror.rs283 ErrPeerConnRemoteDescriptionWithoutMidValue, enumerator
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs1330 return Err(Error::ErrPeerConnRemoteDescriptionWithoutMidValue); in set_remote_description()
1423 return Err(Error::ErrPeerConnRemoteDescriptionWithoutMidValue); in set_remote_description()
H A Dpeer_connection_internal.rs736 return Err(Error::ErrPeerConnRemoteDescriptionWithoutMidValue); in generate_matched_sdp()