From 9ebf4bfacb8979931a0c58ce581dcf6791a5b22b Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 4 Feb 2016 12:41:23 -0600 Subject: [PATCH] Adds method to access stats from torture. --- conference.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conference.js b/conference.js index 8eabd86f15..81470f3bc7 100644 --- a/conference.js +++ b/conference.js @@ -387,6 +387,12 @@ export default { } return foundParticipants >= number; }, + /** + * Returns the stats. + */ + getStats() { + return ConnectionQuality.getStats(); + }, // end used by torture getLogs () {