fixing issue

This commit is contained in:
akdeb 2026-04-17 14:14:57 +05:30
parent daceb630b8
commit 1b566f7df3

View file

@ -321,6 +321,7 @@ export class ElatoOpenAiVoiceAgent extends DurableObject<Env> {
server.addEventListener("close", () => {
this.isGenerating = false;
this.hasStartedConversation = false;
this.currentWebSocket = null;
this.transcriberSession?.close();
this.transcriberSession = null;