-
public interface RTCStatsCollectorCallbackAn RTCStatsCollectorCallback reports back when anRTCStatsReportis ready.- Author:
- Alex Andres
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStatsDelivered(RTCStatsReport report)All necessary statistics have been gathered and an stats report has been generated.
-
-
-
Method Detail
-
onStatsDelivered
void onStatsDelivered(RTCStatsReport report)
All necessary statistics have been gathered and an stats report has been generated.- Parameters:
report- The stats report with updated statistics.
-
-