Skip to content

Commit

Permalink
src: stream: webrtc: Remove unused default stun endpoint const
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Feb 26, 2024
1 parent ec05ec2 commit 48e04d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stream/webrtc/turn_server.rs
Expand Up @@ -16,7 +16,6 @@ use turn::Error;
use tracing::*;

pub const DEFAULT_TURN_ENDPOINT: &str = "turn://user:pwd@0.0.0.0:3478";
pub const DEFAULT_STUN_ENDPOINT: &str = "stun://0.0.0.0:3478";

#[derive(Debug)]
pub struct TurnServer {
Expand Down

0 comments on commit 48e04d6

Please sign in to comment.