From 59511d2f2978deb52e9a1602e4ce6bc420d0601f Mon Sep 17 00:00:00 2001 From: milad Date: Mon, 18 Nov 2019 09:52:55 -0800 Subject: [PATCH] forgot to add the actual var! --- screenshare/src/screenshareApp.js | 1 + 1 file changed, 1 insertion(+) diff --git a/screenshare/src/screenshareApp.js b/screenshare/src/screenshareApp.js index b687309ccb..2abc151988 100644 --- a/screenshare/src/screenshareApp.js +++ b/screenshare/src/screenshareApp.js @@ -172,6 +172,7 @@ function showSources() { // Stop the localstream and end the tokrok publishing let localStream; +let desktopSharing; function stopSharing() { desktopSharing = false;