VIEndpointStats
Class that represents VIEndpoint statistics.
Props
audioBytesReceived
@property (assign, readonly, nonatomic) NSUInteger
audioBytesReceived
Total number of audio bytes received from the endpoint in the call.
Returns
type:
NSUInteger
audioPacketsLost
@property (assign, readonly, nonatomic) NSUInteger
audioPacketsLost
Total number of audio packets lost from the endpoint in the call.
Returns
type:
NSUInteger
audioPacketsReceived
@property (assign, readonly, nonatomic) NSUInteger
audioPacketsReceived
Total number of audio packets received from the endpoint in the call.
Returns
type:
NSUInteger
remoteAudioStats
@property (strong, readonly, nonatomic) NSDictionary<NSString *, VIInboundAudioStats *> *
remoteAudioStats
Statistics 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 *> *
remoteVideoStats
Statistics 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
timestamp
Time 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
totalBytesReceived
Total number of bytes (audio and video) received from the endpoint in the call.
Returns
type:
NSUInteger
totalPacketsReceived
@property (assign, readonly, nonatomic) NSUInteger
totalPacketsReceived
Total number of packets (audio and video) received from the endpoint in the call.
Returns
type:
NSUInteger
videoBytesReceived
@property (assign, readonly, nonatomic) NSUInteger
videoBytesReceived
Total number of video bytes received from the endpoint in the call.
Returns
type:
NSUInteger
videoPacketsLost
@property (assign, readonly, nonatomic) NSUInteger
videoPacketsLost
Total number of video packets lost from the endpoint in the call.
Returns
type:
NSUInteger
videoPacketsReceived
@property (assign, readonly, nonatomic) NSUInteger
videoPacketsReceived
Total number of video packets received from the endpoint in the call.
Returns
type:
NSUInteger