Adds method to access stats from torture.

This commit is contained in:
damencho 2016-02-04 12:41:23 -06:00
parent 7ec6e9ae29
commit 9ebf4bfacb
1 changed files with 6 additions and 0 deletions

View File

@ -387,6 +387,12 @@ export default {
}
return foundParticipants >= number;
},
/**
* Returns the stats.
*/
getStats() {
return ConnectionQuality.getStats();
},
// end used by torture
getLogs () {