diff --git a/src/utils/sessions.ts b/src/utils/sessions.ts index 2639ac7..5ee192a 100644 --- a/src/utils/sessions.ts +++ b/src/utils/sessions.ts @@ -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)