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)