Update bigbluebutton-html5/imports/ui/services/virtual-background/index.js

Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
This commit is contained in:
Daniel Petri Rocha 2024-07-17 18:49:51 +02:00 committed by GitHub
parent bfae93eb0e
commit 358a5bd901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.');
}
}
}