Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use metered.ca TURN servers in config #22

Open
RangerMauve opened this issue Sep 14, 2022 · 2 comments
Open

Use metered.ca TURN servers in config #22

RangerMauve opened this issue Sep 14, 2022 · 2 comments

Comments

@RangerMauve
Copy link
Collaborator

It would be useful to include the metered.ca TURN server config by default to improve reliability.

https://www.metered.ca/tools/openrelay/

 iceServers: [
    {
      urls: "stun:openrelay.metered.ca:80",
    },
    {
      urls: "turn:openrelay.metered.ca:80",
      username: "openrelayproject",
      credential: "openrelayproject",
    },
    {
      urls: "turn:openrelay.metered.ca:443",
      username: "openrelayproject",
      credential: "openrelayproject",
    },
    {
      urls: "turn:openrelay.metered.ca:443?transport=tcp",
      username: "openrelayproject",
      credential: "openrelayproject",
    },
  ],

Would a PR that adds this to the simple peer config be welcome?

@tinchoz49
Copy link
Contributor

Of course @RangerMauve, awesome idea!

@homersimpsons
Copy link

For the record, these TURN servers now require an authentication (free account). So it may not be relevant anymore to add those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants