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

This commit is contained in:
tudordan7 2021-05-14 13:18:52 +03:00 committed by Jaya Allamsetty
parent 72cd3d70e1
commit dffe2316d4
1 changed files with 1 additions and 0 deletions

View File

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