From f729555c88a576b6272605164a96639dc022638f Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Fri, 17 Apr 2015 17:15:52 -0700 Subject: [PATCH] Update TURN servers. --- client/peer.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/client/peer.js b/client/peer.js index a99db7b..2bf03d5 100644 --- a/client/peer.js +++ b/client/peer.js @@ -14,11 +14,19 @@ if (typeof window === 'undefined') { iceServers: [{ 'url': 'stun:stun.l.google.com:19302' }, { - 'url': 'turn:52.12.203.39:80', + 'url': 'turn:52.12.205.113:3478?transport=udp', 'username': 'file', 'credential': 'pizza' }, { - 'url': 'turn:52.12.203.39:443', + 'url': 'turn:52.12.205.113:3479?transport=udp', + 'username': 'file', + 'credential': 'pizza' + }, { + 'url': 'turn:52.12.205.113:3478?transport=tcp', + 'username': 'file', + 'credential': 'pizza' + }, { + 'url': 'turn:52.12.205.113:3479?transport=tcp', 'username': 'file', 'credential': 'pizza' }]