mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-26 05:44:41 +00:00
Merge pull request #216 from Sheco/fix-win10
Assign a default SDP Semantics
This commit is contained in:
@@ -509,6 +509,7 @@ class Events {
|
|||||||
|
|
||||||
|
|
||||||
RTCPeer.config = {
|
RTCPeer.config = {
|
||||||
|
'sdpSemantics': 'unified-plan',
|
||||||
'iceServers': [{
|
'iceServers': [{
|
||||||
urls: 'stun:stun.l.google.com:19302'
|
urls: 'stun:stun.l.google.com:19302'
|
||||||
}]
|
}]
|
||||||
|
|||||||
Reference in New Issue
Block a user