Package com.twilio.voice
Interface StatsListener
public interface StatsListener
Interface that provides event related to
Call.getStats(StatsListener)-
Method Summary
Modifier and TypeMethodDescriptionvoidonStats(List<StatsReport> statsReports) Notifies when stats reports for all media tracks are ready.
-
Method Details
-
onStats
Notifies when stats reports for all media tracks are ready.- Parameters:
statsReports- Reports for all media tracks.
-