Skip to content

Commit

Permalink
Remove unused ErrTurnCredentials as it is no longer used. It was used…
Browse files Browse the repository at this point in the history
… when CredentialType was an option, but it is now deprecated. Ref: https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection#credentialtype (#644)
  • Loading branch information
ris-work authored Jan 9, 2025
1 parent 1291594 commit 397356d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions webrtc/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ pub enum Error {
#[error("turn server credentials required")]
ErrNoTurnCredentials,

/// ErrTurnCredentials indicates that provided TURN credentials are partial
/// or malformed.
#[error("invalid turn server credentials")]
ErrTurnCredentials,

/// ErrExistingTrack indicates that a track already exists.
#[error("track already exists")]
ErrExistingTrack,
Expand Down

0 comments on commit 397356d

Please sign in to comment.