Home
last modified time | relevance | path

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

/webrtc/ice/src/
H A Derror.rs81 ErrMultipleGatherAttempted, enumerator
/webrtc/ice/src/agent/
H A Dmod.rs434 return Err(Error::ErrMultipleGatherAttempted); in gather_candidates()