Browse Source

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

master
tudordan7 4 years ago
parent
commit
dffe2316d4

+ 1
- 0
react/features/stream-effects/virtual-background/JitsiStreamBackgroundEffect.js View File

@@ -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
 }

Loading…
Cancel
Save