Package tvi.webrtc

Interface RTCStatsCollectorCallback

All Known Implementing Classes:
RtcStatsAdapter

public interface RTCStatsCollectorCallback
Interface for receiving stats reports (see webrtc::RTCStatsCollectorCallback).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the stats report is ready.
  • Method Details

    • onStatsDelivered

      void onStatsDelivered(RTCStatsReport report)
      Called when the stats report is ready.