We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1291594 commit 397356dCopy full SHA for 397356d
webrtc/src/error.rs
@@ -40,11 +40,6 @@ pub enum Error {
40
#[error("turn server credentials required")]
41
ErrNoTurnCredentials,
42
43
- /// ErrTurnCredentials indicates that provided TURN credentials are partial
44
- /// or malformed.
45
- #[error("invalid turn server credentials")]
46
- ErrTurnCredentials,
47
-
48
/// ErrExistingTrack indicates that a track already exists.
49
#[error("track already exists")]
50
ErrExistingTrack,
0 commit comments