Jaya Allamsetty 6 anos atrás
pai
commit
ed82443ffa
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      conference.js

+ 1
- 1
conference.js Ver arquivo

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

Carregando…
Cancelar
Salvar