Переглянути джерело

fix(blur): Increase the background blur value

master
Jaya Allamsetty 5 роки тому
джерело
коміт
c5bddda781

+ 1
- 1
react/features/stream-effects/blur/JitsiStreamBlurEffect.js Переглянути файл

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

Завантаження…
Відмінити
Зберегти