Browse Source

clean-up

master
Jaya Allamsetty 5 years ago
parent
commit
ed82443ffa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      conference.js

+ 1
- 1
conference.js View File

@@ -1641,7 +1641,7 @@ export default {
1641 1641
 
1642 1642
             // Workaround for Firefox since it doesn't return the correct width/height of the desktop stream
1643 1643
             // that is being currently shared.
1644
-            if (!height || height === 0) {
1644
+            if (!height) {
1645 1645
                 const desktopResizeConstraints = {
1646 1646
                     width: 1280,
1647 1647
                     height: 720,

Loading…
Cancel
Save