From 5a34c586ca45b80c358759a6ad65e9067ef89837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Sat, 30 Sep 2023 23:13:09 +0800 Subject: [PATCH] debug --- public/client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/client.js b/public/client.js index e698cb7..c5f69e3 100644 --- a/public/client.js +++ b/public/client.js @@ -6,7 +6,6 @@ export default class ClientList { this.EventListeners = EventListeners const protocol = window.location.protocol === 'https:' ? 'wss' : 'ws' const host = window.location.host - this.websocket = new WebSocket(`${protocol}://${host}/webrtc/music?name=${name}`) this.clientlist = [] this.ul = List({}) document.body.appendChild(this.ul)