Adds method to access stats from torture.
This commit is contained in:
parent
7ec6e9ae29
commit
9ebf4bfacb
|
@ -387,6 +387,12 @@ export default {
|
|||
}
|
||||
return foundParticipants >= number;
|
||||
},
|
||||
/**
|
||||
* Returns the stats.
|
||||
*/
|
||||
getStats() {
|
||||
return ConnectionQuality.getStats();
|
||||
},
|
||||
// end used by torture
|
||||
|
||||
getLogs () {
|
||||
|
|
Loading…
Reference in New Issue