mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-03 14:17:59 +00:00
fixup! wip
This commit is contained in:
+2
-1
@@ -168,7 +168,8 @@ export class BackgroundCustomProcessor implements BackgroundProcessorInterface {
|
|||||||
image.decode().catch((error) => {
|
image.decode().catch((error) => {
|
||||||
reportError('effects_processor_failure', error, {
|
reportError('effects_processor_failure', error, {
|
||||||
context: 'Failed to load virtual background image',
|
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
|
this.virtualBackgroundImage = image
|
||||||
|
|||||||
Reference in New Issue
Block a user