This commit is contained in:
2023-09-30 23:13:09 +08:00
parent 62db3ab2cf
commit 5a34c586ca
1 changed files with 0 additions and 1 deletions

View File

@ -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)