UNPKG

550 BJavaScriptView Raw
1// STUN servers
2exports.stun = [
3 'stun.l.google.com:19302',
4 'stun1.l.google.com:19302',
5 'stun2.l.google.com:19302',
6 // 'stun3.l.google.com:19302',
7 'stun4.l.google.com:19302',
8 // 'stun01.sipphone.com',
9 'stun.ekiga.net',
10 // 'stun.fwdnet.net',
11 'stun.ideasip.com',
12 'stun.iptel.org',
13 'stun.rixtelecom.se',
14 'stun.schlund.de',
15 'stunserver.org',
16 'stun.softjoys.com',
17 'stun.voiparound.com',
18 'stun.voipbuster.com'
19 // 'stun.voipstunt.com',
20 // 'stun.voxgratia.org',
21 // 'stun.xten.com'
22];
23
24// TURN servers
25exports.turn = [
26];
\No newline at end of file