This commit is contained in:
Mark Nadal 2024-11-23 17:47:30 -08:00
commit 5305f01011

View File

@ -21,7 +21,8 @@
opt.RTCIceCandidate = rtcic; opt.RTCIceCandidate = rtcic;
opt.rtc = opt.rtc || {'iceServers': [ opt.rtc = opt.rtc || {'iceServers': [
{urls: 'stun:stun.l.google.com:19302'}, {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.stunprotocol.org"},
{urls: "stun:stun.sipgate.net:10000"}, {urls: "stun:stun.sipgate.net:10000"},
{urls: "stun:217.10.68.152:10000"}, {urls: "stun:217.10.68.152:10000"},
@ -130,4 +131,4 @@
return peer; return peer;
} }
}); });
}()); }());