mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-28 02:10:39 +00:00
Fix depricated api
This commit is contained in:
@@ -492,8 +492,6 @@ window.isRtcSupported = !!(window.RTCPeerConnection || window.mozRTCPeerConnecti
|
|||||||
|
|
||||||
RTCPeer.config = {
|
RTCPeer.config = {
|
||||||
'iceServers': [{
|
'iceServers': [{
|
||||||
urls: 'stun:stun.stunprotocol.org:3478'
|
|
||||||
}, {
|
|
||||||
urls: 'stun:stun.l.google.com:19302'
|
urls: 'stun:stun.l.google.com:19302'
|
||||||
}, {
|
}, {
|
||||||
urls: 'turn:192.158.29.39:3478?transport=tcp',
|
urls: 'turn:192.158.29.39:3478?transport=tcp',
|
||||||
|
|||||||
Reference in New Issue
Block a user