Converted to https with self signed cert
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
//connecting to our signaling server
|
||||
var conn = new WebSocket('ws://gltronic.ovh/lilstreamy/ws');
|
||||
const conn = new WebSocket('wss://localhost:8080')
|
||||
|
||||
conn.onopen = function () {
|
||||
console.log('Connected to the signaling server')
|
||||
|
||||
Reference in New Issue
Block a user