Skip to content

Commit 9df15ef

Browse files
Keith BannisterKeith Bannister
Keith Bannister
authored and
Keith Bannister
committed
Setup turn server
1 parent 11b3be3 commit 9df15ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: public/game/js/game.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ function createMyPeerConnection() {
77

88
if (document.getElementById('use-stun').checked) {
99
config.iceServers = [{
10-
urls: ['stun:stun.l.google.com:19302']
10+
urls: ['stun:stun.l.google.com:19302',
11+
'turn:freya.bannister.id.au:3479']
1112
}];
1213
}
1314

0 commit comments

Comments
 (0)