Home
last modified time | relevance | path

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

/webrtc/ice/src/
H A Derror.rs69 ErrRemoteUfragEmpty, enumerator
/webrtc/ice/src/agent/
H A Dagent_internal.rs998 return Err(Error::ErrRemoteUfragEmpty); in set_remote_credentials()
H A Dagent_test.rs879 assert_eq!(Error::ErrRemoteUfragEmpty, err); in test_invalid_agent_starts()