瀏覽代碼

Adds method to access stats from torture.

j8
damencho 9 年之前
父節點
當前提交
9ebf4bfacb
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      conference.js

+ 6
- 0
conference.js 查看文件

387
         }
387
         }
388
         return foundParticipants >= number;
388
         return foundParticipants >= number;
389
     },
389
     },
390
+    /**
391
+     * Returns the stats.
392
+     */
393
+    getStats() {
394
+        return ConnectionQuality.getStats();
395
+    },
390
     // end used by torture
396
     // end used by torture
391
 
397
 
392
     getLogs () {
398
     getLogs () {

Loading…
取消
儲存