Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/amark/gun
Browse files Browse the repository at this point in the history
  • Loading branch information
amark committed Nov 24, 2024
2 parents 90b8895 + 7cc4cce commit 5305f01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/webrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
opt.RTCIceCandidate = rtcic;
opt.rtc = opt.rtc || {'iceServers': [
{urls: 'stun:stun.l.google.com:19302'},
{urls: "stun:stun.sipgate.net:3478"}/*,
{urls: 'stun:stun.cloudflare.com:3478'}/*,
{urls: "stun:stun.sipgate.net:3478"},
{urls: "stun:stun.stunprotocol.org"},
{urls: "stun:stun.sipgate.net:10000"},
{urls: "stun:217.10.68.152:10000"},
Expand Down Expand Up @@ -130,4 +131,4 @@
return peer;
}
});
}());
}());

0 comments on commit 5305f01

Please sign in to comment.