1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-15 23:20:11 -07:00

Merge pull request #216 from Sheco/fix-win10

Assign a default SDP Semantics
This commit is contained in:
RobinLinus 2020-12-26 14:33:57 +01:00 committed by GitHub
commit f51d0f9a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -509,6 +509,7 @@ class Events {
RTCPeer.config = {
'sdpSemantics': 'unified-plan',
'iceServers': [{
urls: 'stun:stun.l.google.com:19302'
}]