Adds method to access stats from torture.

pull/489/head
damencho 9 years ago
parent 7ec6e9ae29
commit 9ebf4bfacb
  1. 6
      conference.js

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

Loading…
Cancel
Save