VIEndpointStats
Class that represents VIEndpoint statistics.
Props
audioBytesReceived
@property (assign, readonly, nonatomic) NSUInteger
audioBytesReceivedTotal number of audio bytes received from the endpoint in the call.
Returns
type:
NSUInteger
audioPacketsLost
@property (assign, readonly, nonatomic) NSUInteger
audioPacketsLostTotal number of audio packets lost from the endpoint in the call.
Returns
type:
NSUInteger
audioPacketsReceived
@property (assign, readonly, nonatomic) NSUInteger
audioPacketsReceivedTotal number of audio packets received from the endpoint in the call.
Returns
type:
NSUInteger
remoteAudioStats
@property (strong, readonly, nonatomic) NSDictionary<NSString *, VIInboundAudioStats *> *
remoteAudioStatsStatistics for all active incoming video streams from the VIEndpoint at the moment of the stats collection.
Returns
type:
NSDictionary<NSString *, VIInboundAudioStats *> *
remoteVideoStats
@property (strong, readonly, nonatomic) NSDictionary<NSString *, VIInboundVideoStats *> *
remoteVideoStatsStatistics for all active incoming audio streams from the VIEndpoint at the moment of the stats collection.
Returns
type:
NSDictionary<NSString *, VIInboundVideoStats *> *
timestamp
@property (assign, readonly, nonatomic) NSTimeInterval
timestampTime at which the call statistics are collected, relative to the UNIX epoch (Jan 1, 1970, UTC), in microseconds.
Returns
type:
NSTimeInterval
totalBytesReceived
@property (assign, readonly, nonatomic) NSUInteger
totalBytesReceivedTotal number of bytes (audio and video) received from the endpoint in the call.
Returns
type:
NSUInteger
totalPacketsReceived
@property (assign, readonly, nonatomic) NSUInteger
totalPacketsReceivedTotal number of packets (audio and video) received from the endpoint in the call.
Returns
type:
NSUInteger
videoBytesReceived
@property (assign, readonly, nonatomic) NSUInteger
videoBytesReceivedTotal number of video bytes received from the endpoint in the call.
Returns
type:
NSUInteger
videoPacketsLost
@property (assign, readonly, nonatomic) NSUInteger
videoPacketsLostTotal number of video packets lost from the endpoint in the call.
Returns
type:
NSUInteger
videoPacketsReceived
@property (assign, readonly, nonatomic) NSUInteger
videoPacketsReceivedTotal number of video packets received from the endpoint in the call.
Returns
type:
NSUInteger