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:
parent
bfae93eb0e
commit
358a5bd901
@ -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.');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user