We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Of course @RangerMauve, awesome idea!
Sorry, something went wrong.
For the record, these TURN servers now require an authentication (free account). So it may not be relevant anymore to add those.
No branches or pull requests
It would be useful to include the metered.ca TURN server config by default to improve reliability.
https://www.metered.ca/tools/openrelay/
Would a PR that adds this to the simple peer config be welcome?
The text was updated successfully, but these errors were encountered: