Преглед изворни кода

Adds method to access stats from torture.

master
damencho пре 10 година
родитељ
комит
9ebf4bfacb
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6
    0
      conference.js

+ 6
- 0
conference.js Прегледај датотеку

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

Loading…
Откажи
Сачувај