Package tvi.webrtc

Interface StatsObserver


public interface StatsObserver
Interface for observing Stats reports (see webrtc::StatsObservers).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the reports are ready.
  • Method Details

    • onComplete

      void onComplete(StatsReport[] reports)
      Called when the reports are ready.