We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc65f68 commit 3fd5b82Copy full SHA for 3fd5b82
js/conn.js
@@ -9,7 +9,7 @@ let configuration = {'iceServers': [{'urls': 'stun:stun.l.google.com:19302'}]}
9
let rtc=new RTCPeerConnection(configuration)
10
console.log(rtc,RTCPeerConnectionIceEvent)
11
12
-let socket = io('https://discord.berrytern.com.br:3001',{query:{token:user.token}})
+let socket = io('http://discord.berrytern.com.br:3001',{query:{token:user.token}})
13
14
socket.emit('startshare')
15
window.addEventListener('beforeunload',()=>{socket.emit('loggout')},false)
0 commit comments