mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
Assign a default SDP Semantics
I am not really sure if this is the right way or what, but I am unable to send nor receive files on a Windows 10 computer, but my other devices (not Windows 10) can use snapdrop just fine. Using the unified plan SDP Semantics I got snapdrop to work, the other option is 'plan b', but I don't know much about this. The following issues might be related to this: #177 #164 #168 #171 #186 #188 #190 This stackoverflow post made me test this: https://stackoverflow.com/questions/55378987/failed-to-execute-setremotedescription-on-rtcpeerconnection-failed-to-set-r
This commit is contained in:
parent
ca696e0dd2
commit
48e0bcbc6b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue