mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
STUN server tests
This commit is contained in:
parent
6a1de29267
commit
e573d57419
1 changed files with 13 additions and 14 deletions
|
@ -470,13 +470,12 @@ RTCPeer.config = {
|
||||||
}, {
|
}, {
|
||||||
urls: 'stun:stun.l.google.com:19302'
|
urls: 'stun:stun.l.google.com:19302'
|
||||||
}, {
|
}, {
|
||||||
url: 'turn:192.158.29.39:3478?transport=tcp',
|
urls: 'turn:turn.bistri.com:80',
|
||||||
credential: 'JZEOEt2V3Qb0y27GRntt2u2PAYA=',
|
credential: 'homeo',
|
||||||
username: '28224511:1379330808'
|
username: 'homeo'
|
||||||
}, {
|
}, {
|
||||||
urls: 'turn:turn.anyfirewall.com:443?transport=tcp',
|
urls: 'turn:turn.anyfirewall.com:443?transport=tcp',
|
||||||
credential: 'webrtc',
|
credential: 'webrtc',
|
||||||
username: 'webrtc'
|
username: 'webrtc'
|
||||||
}
|
}]
|
||||||
]
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue