From 358a5bd901770ef4ac199585e9b06d0b86710ddf Mon Sep 17 00:00:00 2001 From: Daniel Petri Rocha <33319791+danielpetri1@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:49:51 +0200 Subject: [PATCH] Update bigbluebutton-html5/imports/ui/services/virtual-background/index.js Co-authored-by: Anton Georgiev --- .../imports/ui/services/virtual-background/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/imports/ui/services/virtual-background/index.js b/bigbluebutton-html5/imports/ui/services/virtual-background/index.js index 27e85fc866..8ea5a74a54 100644 --- a/bigbluebutton-html5/imports/ui/services/virtual-background/index.js +++ b/bigbluebutton-html5/imports/ui/services/virtual-background/index.js @@ -415,7 +415,7 @@ export async function createVirtualBackgroundService(parameters = null) { if (fetchedWebcamBackground) { parameters.virtualSource = URL.createObjectURL(fetchedWebcamBackground); } else { - logger.error('Failed to fetch image. Using fallback image.'); + logger.error('Failed to fetch custom webcam background image. Using fallback image.'); } } }