Spaces:
Building
Building
Update flare-ui/src/app/services/conversation-manager.service.ts
Browse files
flare-ui/src/app/services/conversation-manager.service.ts
CHANGED
@@ -315,6 +315,7 @@ export class ConversationManagerService implements OnDestroy {
|
|
315 |
case 'stt_stopped':
|
316 |
// Stop recording if active
|
317 |
if (this.audioService.isRecording()) {
|
|
|
318 |
this.audioService.stopRecording();
|
319 |
}
|
320 |
break;
|
|
|
315 |
case 'stt_stopped':
|
316 |
// Stop recording if active
|
317 |
if (this.audioService.isRecording()) {
|
318 |
+
console.log('🛑 [ConversationManager] Stopping audio recording (STT stopped)');
|
319 |
this.audioService.stopRecording();
|
320 |
}
|
321 |
break;
|