Package com.opentok.android
Interface SubscriberKit.VideoStatsListener
- Enclosing class:
SubscriberKit
public static interface SubscriberKit.VideoStatsListener
Defines the listener object for getting subscriber video statistics.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onVideoStats
(SubscriberKit subscriber, SubscriberKit.SubscriberVideoStats stats) Called periodically to report video statistics for the subscriber.
-
Method Details
-
onVideoStats
Called periodically to report video statistics for the subscriber.- Parameters:
subscriber
- The subscriber.stats
- The video statistics.
-