fix(blur): Increase the background blur value

This commit is contained in:
Jaya Allamsetty
2020-02-04 13:29:55 -05:00
committed by Jaya Allamsetty
parent c2bc92ae05
commit c5bddda781

View File

@@ -80,7 +80,7 @@ export default class JitsiStreamBlurEffect {
this._outputCanvasElement,
this._inputVideoElement,
this._segmentationData,
7, // Constant for background blur, integer values between 0-20
15, // Constant for background blur, integer values between 0-20
7 // Constant for edge blur, integer values between 0-20
);
}