Remove offline TURN server
This commit is contained in:
parent
def2afcd8e
commit
308aabac32
|
@ -511,9 +511,5 @@ class Events {
|
||||||
RTCPeer.config = {
|
RTCPeer.config = {
|
||||||
'iceServers': [{
|
'iceServers': [{
|
||||||
urls: 'stun:stun.l.google.com:19302'
|
urls: 'stun:stun.l.google.com:19302'
|
||||||
}, {
|
|
||||||
urls: 'turn:192.158.29.39:3478?transport=tcp',
|
|
||||||
credential: 'JZEOEt2V3Qb0y27GRntt2u2PAYA=',
|
|
||||||
username: '28224511:1379330808'
|
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue