fix: filename
parent
8b75aef1fe
commit
3c1a66eec1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue