amazon-chime-sdk-component-library-react icon indicating copy to clipboard operation
amazon-chime-sdk-component-library-react copied to clipboard

Bug - Blur is disabled when using Background Blur

Open michhyun1 opened this issue 3 years ago • 0 comments

What happened and what did you expect to happen?

When using the background blur provider, there was a bug identified in which the DefaultVideoTransformDevice that was created using the BackgroundBlurProvider's createBackgroundBlurDevice would not have background blur enabled.

Have you reviewed our existing documentation?

Reproduction steps

You have to use BackgroundBlurProvider, and you must provide some blurOptions as a prop. In this case, I just passed in the blurOptions:

<BackgroundBlurProvider options={blurStrength : 20} />

When we first called createBackgroundBlurDevice and use the DefaultVideoTransformDevice, the DefaultVideoTransformDevice does not show blur enabled.

Amazon Chime SDK React Components Library version

2.14.0 only

What browsers are you seeing the problem on?

Chrome

Browser version

97

Device Information

Mac OS

Meeting and Attendee ID Information.

n/a

Browser console logs

n/a

Add any other context about the problem here.

This is an issue created by the JS SDK team for tracking purposes.

michhyun1 avatar Feb 02 '22 19:02 michhyun1