VIEndpointStats
Class that represents VIEndpoint statistics.
Props
audioBytesReceived
NSUInteger
audioBytesReceivedTotal number of audio bytes received from the endpoint in the call.
Returns
type:
NSUInteger
audioPacketsLost
NSUInteger
audioPacketsLostTotal number of audio packets lost from the endpoint in the call.
Returns
type:
NSUInteger
audioPacketsReceived
NSUInteger
audioPacketsReceivedTotal number of audio packets received from the endpoint in the call.
Returns
type:
NSUInteger
remoteAudioStats
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
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
NSTimeInterval
timestampTime at which the call statistics are collected, relative to the UNIX epoch (Jan 1, 1970, UTC), in microseconds.
Returns
type:
NSTimeInterval
totalBytesReceived
NSUInteger
totalBytesReceivedTotal number of bytes (audio and video) received from the endpoint in the call.
Returns
type:
NSUInteger
totalPacketsReceived
NSUInteger
totalPacketsReceivedTotal number of packets (audio and video) received from the endpoint in the call.
Returns
type:
NSUInteger
videoBytesReceived
NSUInteger
videoBytesReceivedTotal number of video bytes received from the endpoint in the call.
Returns
type:
NSUInteger
videoPacketsLost
NSUInteger
videoPacketsLostTotal number of video packets lost from the endpoint in the call.
Returns
type:
NSUInteger
videoPacketsReceived
NSUInteger
videoPacketsReceivedTotal number of video packets received from the endpoint in the call.
Returns
type:
NSUInteger