瀏覽代碼

Don't use no double non-positives.

j8
Boris Grozev 9 年之前
父節點
當前提交
0c1bef927b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      conference.js

+ 1
- 1
conference.js 查看文件

1304
             // quality and will not depend on localVideo if it is missing
1304
             // quality and will not depend on localVideo if it is missing
1305
             room.connectionQuality.updateLocalStats(
1305
             room.connectionQuality.updateLocalStats(
1306
                 stats,
1306
                 stats,
1307
-                this.isConnectionInterrupted(),
1307
+                !this.isConnectionInterrupted(),
1308
                 localVideo ? localVideo.videoType : undefined,
1308
                 localVideo ? localVideo.videoType : undefined,
1309
                 localVideo ? localVideo.isMuted() : true,
1309
                 localVideo ? localVideo.isMuted() : true,
1310
                 localVideo ? localVideo.resolution : null);
1310
                 localVideo ? localVideo.resolution : null);

Loading…
取消
儲存