Package com.opentok.android
Interface PublisherKit.AudioStatsListener
- Enclosing class:
PublisherKit
public static interface PublisherKit.AudioStatsListener
Defines the listener object for getting publisher audio statistics.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAudioStats
(PublisherKit publisher, PublisherKit.PublisherAudioStats[] stats) Called periodically to report audio statistics for the publisher.
-
Method Details
-
onAudioStats
Called periodically to report audio statistics for the publisher.- Parameters:
publisher
- The publisher.stats
- The audio statistics.
-