From 3c1a66eec175212c62a542348e4688592d592a51 Mon Sep 17 00:00:00 2001 From: paring Date: Thu, 29 Jun 2023 01:42:06 +0900 Subject: [PATCH] fix: filename --- src/utils/sessions.ts | 2 -- 1 file changed, 2 deletions(-) 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)