Skip to content

Commit d79e9ef

Browse files
committed
enable stats
1 parent ade42c0 commit d79e9ef

File tree

1 file changed

+1
-1
lines changed
  • webrtc-android-framework/src/main/java/io/antmedia/webrtcandroidframework/core

1 file changed

+1
-1
lines changed

webrtc-android-framework/src/main/java/io/antmedia/webrtcandroidframework/core/StatsCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class StatsCollector {
7878

7979

8080
public void onStatsReport(RTCStatsReport report) {
81-
//parseStats(report);
81+
parseStats(report);
8282
}
8383

8484
private void parseStats(RTCStatsReport report) {

0 commit comments

Comments
 (0)