Skip to content

Commit 147a02d

Browse files
author
Yoshihiro Kikuchi
committed
fix stun server url
1 parent a5967c4 commit 147a02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/webrtc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var serverConnection;
77

88
var peerConnectionConfig = {
99
'iceServers': [
10-
{'urls': 'stun.stunprotocol.org:3478'},
10+
{'urls': 'stun:stun.stunprotocol.org:3478'},
1111
{'urls': 'stun:stun.l.google.com:19302'},
1212
]
1313
};

0 commit comments

Comments
 (0)