fix: filename

master
paring 2023-06-29 01:42:06 +09:00
parent 8b75aef1fe
commit 3c1a66eec1
Signed by: pikokr
GPG Key ID: 8C7ABCEF704FD728
1 changed files with 0 additions and 2 deletions

View File

@ -84,8 +84,6 @@ export class RecordingSession {
},
})
this.id = result.id
this.id = Date.now().toString()
this.receiver.speaking.on("start", (userId) => this.addReceiver(userId))
this.receiver.speaking.on("end", (userId) =>
this.removeReceiver(userId)