Skip to content

Commit e6c7e0f

Browse files
Keith BannisterKeith Bannister
Keith Bannister
authored and
Keith Bannister
committed
remove turn for now - thats anothe rproblem
1 parent 9df15ef commit e6c7e0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/game/js/game.js

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

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

0 commit comments

Comments
 (0)