Skip to content

Instantly share code, notes, and snippets.

@sam-aldis
Last active December 27, 2019 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam-aldis/0f9a6998e5020fdb33bc07a508339a52 to your computer and use it in GitHub Desktop.
Save sam-aldis/0f9a6998e5020fdb33bc07a508339a52 to your computer and use it in GitHub Desktop.
files for use in webrtc
const Servers = [
"stun.l.google.com:19302",
"stun1.l.google.com:19302",
"stun2.l.google.com:19302",
"stun3.l.google.com:19302",
"stun4.l.google.com:19302",
"stun01.sipphone.com",
"stun.ekiga.net",
"stun.fwdnet.net",
"stun.ideasip.com",
"stun.iptel.org",
"stun.rixtelecom.se",
"stun.schlund.de",
"stunserver.org",
"stun.softjoys.com",
"stun.voiparound.com",
"stun.voipbuster.com",
"stun.voipstunt.com",
"stun.voxgratia.org",
"stun.xten.com"
];
‎‎​export Servers;
‎‎​import Servers from "./stunservers.ts";
interface IRTCFind {
}
class RTCFind implements IRTCFind {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment