Package 

Interface StatsListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onStats(@NonNull() List<StatsReport> statsReports) Notifies when stats reports for all media tracks are ready.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onStats

         abstract void onStats(@NonNull() List<StatsReport> statsReports)

        Notifies when stats reports for all media tracks are ready.

        Parameters:
        statsReports - Reports for all media tracks.