Parcourir la source

feat(virtual-background): Desktop share as virtual background wip

master
tudordan7 il y a 4 ans
Parent
révision
dffe2316d4

+ 1
- 0
react/features/stream-effects/virtual-background/JitsiStreamBackgroundEffect.js Voir le fichier

@@ -282,5 +282,6 @@ export default class JitsiStreamBackgroundEffect {
282 282
         });
283 283
 
284 284
         this._maskFrameTimerWorker.terminate();
285
+        this._screenSharing && this._screenSharing.dispose();
285 286
     }
286 287
 }

Chargement…
Annuler
Enregistrer