Fixed client server address
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
const conn = new WebSocket('wss://localhost:8080')
|
const conn = new WebSocket('wss://gltronic.ovh/lilstreamy/')
|
||||||
|
|
||||||
conn.onopen = function () {
|
conn.onopen = function () {
|
||||||
console.log('Connected to the signaling server')
|
console.log('Connected to the signaling server')
|
||||||
|
|||||||
Reference in New Issue
Block a user