소스 검색

clean-up

master
Jaya Allamsetty 5 년 전
부모
커밋
ed82443ffa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      conference.js

+ 1
- 1
conference.js 파일 보기

@@ -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…
취소
저장