Package com.opentok.android
Interface SubscriberKit.VideoStatsListener
- 
- Enclosing class:
 - SubscriberKit
 
public static interface SubscriberKit.VideoStatsListenerDefines the listener object for getting subscriber video statistcs. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonVideoStats(SubscriberKit subscriber, SubscriberKit.SubscriberVideoStats stats)Called periodically to report video statistics for the subscriber. 
 - 
 
- 
- 
Method Detail
- 
onVideoStats
void onVideoStats(SubscriberKit subscriber, SubscriberKit.SubscriberVideoStats stats)
Called periodically to report video statistics for the subscriber.- Parameters:
 subscriber- The subscriber.stats- The video statistcs.
 
 - 
 
 -