diff --git a/src/frontend/src/features/rooms/livekit/components/blur/BackgroundCustomProcessor.ts b/src/frontend/src/features/rooms/livekit/components/blur/BackgroundCustomProcessor.ts index 9d237cfa..b6e73422 100644 --- a/src/frontend/src/features/rooms/livekit/components/blur/BackgroundCustomProcessor.ts +++ b/src/frontend/src/features/rooms/livekit/components/blur/BackgroundCustomProcessor.ts @@ -437,7 +437,7 @@ export class BackgroundCustomProcessor implements BackgroundProcessorInterface { this.degraded = true reportError('effects_processor_failure', error, { context: - 'Background processing failed repeatedly, falling back to unprocessed video', + 'Background processing failed repeatedly, falling back to fully blurred video', consecutive_errors: this.consecutiveErrors, }) this.imageSegmenter?.close()