webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
464 stars 125 forks source link

calling the method extractStat #179

Closed NaderDroid closed 3 years ago

NaderDroid commented 3 years ago

Hi team, from the example of jisti using java at step 5 there is a line JsonObject statsSummary = extractStats(rawStats, "both").build(); //3. return processed statistics

is this still the right way to build the stats?

NaderDroid commented 3 years ago

Here is the way to implement it RTCStatMap statsOverTime = getPCStatOvertime(webDriver, getStatsConfig); https://github.com/CoSMoSoftware/KITE-Sample-Tests/blob/6b06bc120cc85fd9e39bab94a61eca4f943a7699/KITE-Jitsi-Test/src/main/java/io/cosmosoftware/kite/jitsi/steps/GetStatsStep.java#L40