Open RangerMauve opened 2 years ago
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?
Of course @RangerMauve, awesome idea!
For the record, these TURN servers now require an authentication (free account). So it may not be relevant anymore to add those.
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?