diff --git a/server/client/scripts/signal.js b/server/client/scripts/signal.js index 4487947..5665e4f 100644 --- a/server/client/scripts/signal.js +++ b/server/client/scripts/signal.js @@ -1,4 +1,4 @@ -const conn = new WebSocket('wss://localhost:8080') +const conn = new WebSocket('wss://gltronic.ovh/lilstreamy/') conn.onopen = function () { console.log('Connected to the signaling server')