Package tvi.webrtc
Interface StatsObserver
-
public interface StatsObserver
Interface for observing Stats reports (see webrtc::StatsObservers).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onComplete(StatsReport[] reports)
Called when the reports are ready.
-
-
-
Method Detail
-
onComplete
void onComplete(StatsReport[] reports)
Called when the reports are ready.
-
-