af2022 commited on
Commit
d49099e
·
verified ·
1 Parent(s): 4557d76

Update index.html

Browse files

Removed dead stun servers.

Files changed (1) hide show
  1. index.html +1 -12
index.html CHANGED
@@ -650,18 +650,7 @@
650
  peer = new Peer({
651
  config: {
652
  iceServers: [
653
- { urls: 'stun:stun.l.google.com:19302' },
654
- { urls: 'stun:global.stun.twilio.com:3478?transport=udp' },
655
- {
656
- urls: 'turn:numb.viagenie.ca',
657
- username: '[email protected]',
658
- credential: 'muazkh'
659
- },
660
- {
661
- urls: 'turn:turn.bistri.com:80',
662
- username: 'homeo',
663
- credential: 'homeo'
664
- }
665
  ]
666
  },
667
  debug: 3 // Enable debug logging
 
650
  peer = new Peer({
651
  config: {
652
  iceServers: [
653
+ { urls: 'stun:stun.l.google.com:19302' }
 
 
 
 
 
 
 
 
 
 
 
654
  ]
655
  },
656
  debug: 3 // Enable debug logging