Module webrtc.java

Interface RTCStatsCollectorCallback


  • public interface RTCStatsCollectorCallback
    An RTCStatsCollectorCallback reports back when an RTCStatsReport is ready.
    Author:
    Alex Andres
    • 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.