Package com.opentok.android
Interface PublisherKit.AudioStatsListener
-
- Enclosing class:
- PublisherKit
public static interface PublisherKit.AudioStatsListenerDefines the listener object for getting publisher audio statistcs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAudioStats(PublisherKit publisher, PublisherKit.PublisherAudioStats[] stats)Called periodically to report audio statistics for the publisher.
-
-
-
Method Detail
-
onAudioStats
void onAudioStats(PublisherKit publisher, PublisherKit.PublisherAudioStats[] stats)
Called periodically to report audio statistics for the publisher.- Parameters:
publisher- The publisher.stats- The audio statistcs.
-
-