瀏覽代碼

clean-up

master
Jaya Allamsetty 5 年之前
父節點
當前提交
ed82443ffa
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      conference.js

+ 1
- 1
conference.js 查看文件

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

Loading…
取消
儲存