Remove offline TURN server

This commit is contained in:
Paul Szymanski 2020-07-14 22:55:52 +02:00
parent def2afcd8e
commit 308aabac32

View file

@ -511,9 +511,5 @@ class Events {
RTCPeer.config = {
'iceServers': [{
urls: 'stun:stun.l.google.com:19302'
}, {
urls: 'turn:192.158.29.39:3478?transport=tcp',
credential: 'JZEOEt2V3Qb0y27GRntt2u2PAYA=',
username: '28224511:1379330808'
}]
}