OTSubscriberKitNetworkStatsDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | OTSubscriberKit.h |
Overview
Used to monitor audio and video statistics for the subscriber. See [OTSubscriberKit networkStatsDelegate].
– subscriber:videoNetworkStatsUpdated:
Sent periodically to report audio statistics for the subscriber.
- (void)subscriber:(nonnull OTSubscriberKit *)subscriber videoNetworkStatsUpdated:(nonnull OTSubscriberKitVideoNetworkStats *)stats
Parameters
subscriber |
The subscriber these statistic apply to. |
---|---|
stats |
An OTSubscriberKitVideoNetworkStats object, which has properties for the video bytes received, video packets lost, and video packets received for the subscriber. |
Declared In
OTSubscriberKit.h
– subscriber:audioNetworkStatsUpdated:
Sent periodically to report video statistics for the subscriber.
- (void)subscriber:(nonnull OTSubscriberKit *)subscriber audioNetworkStatsUpdated:(nonnull OTSubscriberKitAudioNetworkStats *)stats
Parameters
subscriber |
The subscriber these statistic apply to. |
---|---|
stats |
An OTSubscriberKitAudioNetworkStats object, which has properties for the audio bytes received, audio packets lost, and audio packets received for the subscriber. |
Declared In
OTSubscriberKit.h