Starchik1 commited on
Commit
9c43c63
·
verified ·
1 Parent(s): ef32faf

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -677,9 +677,9 @@ HTML_TEMPLATE = '''
677
  iceServers: [
678
  { urls: 'stun:stun.l.google.com:19302' },
679
  {
680
- urls: 'turn:192.158.29.39:3478?transport=tcp',
681
- username: '28224511:1379330808',
682
- credential: 'JZEOEt2V3Qb0y27GRntt2u2PAYA='
683
  }
684
  ]
685
  };
 
677
  iceServers: [
678
  { urls: 'stun:stun.l.google.com:19302' },
679
  {
680
+ urls: 'turn:turn.anyfirewall.com:443?transport=tcp',
681
+ username: 'webrtc',
682
+ credential: 'webrtc'
683
  }
684
  ]
685
  };