From ed82443ffa45f43bed5e6a37b2af395cf17ddbd3 Mon Sep 17 00:00:00 2001 From: Jaya Allamsetty Date: Tue, 10 Dec 2019 11:51:30 -0500 Subject: [PATCH] clean-up --- conference.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conference.js b/conference.js index ae024ffe4..2582e9d6d 100644 --- a/conference.js +++ b/conference.js @@ -1641,7 +1641,7 @@ export default { // Workaround for Firefox since it doesn't return the correct width/height of the desktop stream // that is being currently shared. - if (!height || height === 0) { + if (!height) { const desktopResizeConstraints = { width: 1280, height: 720,