mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-16 15:40:10 -07:00
Merge pull request #216 from Sheco/fix-win10
Assign a default SDP Semantics
This commit is contained in:
commit
f51d0f9a15
@ -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'
|
||||||
}]
|
}]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user