Parcourir la source

clean-up

master
Jaya Allamsetty il y a 5 ans
Parent
révision
ed82443ffa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      conference.js

+ 1
- 1
conference.js Voir le fichier

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

Chargement…
Annuler
Enregistrer