Package com.opentok.android
Interface PublisherKit.AudioStatsListener
-
- Enclosing class:
- PublisherKit
public static interface PublisherKit.AudioStatsListener
Defines the listener object for getting publisher audio statistcs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAudioStats(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.
-
-