mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-02 21:58:29 +00:00
fixup! wip
This commit is contained in:
+2
-1
@@ -168,7 +168,8 @@ export class BackgroundCustomProcessor implements BackgroundProcessorInterface {
|
||||
image.decode().catch((error) => {
|
||||
reportError('effects_processor_failure', error, {
|
||||
context: 'Failed to load virtual background image',
|
||||
image_path: this.options.type === 'virtual' ? this.options.imagePath : undefined,
|
||||
image_path:
|
||||
this.options.type === 'virtual' ? this.options.imagePath : undefined,
|
||||
})
|
||||
})
|
||||
this.virtualBackgroundImage = image
|
||||
|
||||
Reference in New Issue
Block a user