mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-17 23:02:15 +00:00
adding a second stun server provided by the openrelayproject to the RTCPeer.config
This commit is contained in:
@@ -825,9 +825,12 @@ RTCPeer.config = {
|
|||||||
urls: 'stun:stun.l.google.com:19302'
|
urls: 'stun:stun.l.google.com:19302'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
urls: "turn:openrelay.metered.ca:443",
|
urls: 'stun:openrelay.metered.ca:80'
|
||||||
username: "openrelayproject",
|
},
|
||||||
credential: "openrelayproject",
|
{
|
||||||
|
urls: 'turn:openrelay.metered.ca:443',
|
||||||
|
username: 'openrelayproject',
|
||||||
|
credential: 'openrelayproject',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user