Rate this page:

VIEndpointStats

Class that represents VIEndpoint statistics

Props

audioBytesReceived

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

audioBytesReceived

Total number of audio bytes received from the endpoint in the call.

Returns

  • type:

    NSUInteger

audioPacketsLost

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

audioPacketsLost

Total number of audio packets lost from the endpoint in the call.

Returns

  • type:

    NSUInteger

audioPacketsReceived

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

audioPacketsReceived

Total number of audio packets received from the endpoint in the call.

Returns

  • type:

    NSUInteger

remoteAudioStats

Copy URL
@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

remoteVideoStats

Copy URL
@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

timestamp

Copy URL
@property (assign, readonly, nonatomic) 

NSTimeInterval

timestamp

The time at which the call statistics are collected, relative to the UNIX epoch (Jan 1, 1970, UTC), in microseconds.

Returns

  • type:

    NSTimeInterval

totalBytesReceived

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

totalBytesReceived

Total number of bytes (audio and video) received from the endpoint in the call.

Returns

  • type:

    NSUInteger

totalPacketsReceived

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

totalPacketsReceived

Total number of packets (audio and video) received from the endpoint in the call.

Returns

  • type:

    NSUInteger

videoBytesReceived

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

videoBytesReceived

Total number of video bytes received from the endpoint in the call.

Returns

  • type:

    NSUInteger

videoPacketsLost

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

videoPacketsLost

Total number of video packets lost from the endpoint in the call.

Returns

  • type:

    NSUInteger

videoPacketsReceived

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

videoPacketsReceived

Total number of video packets received from the endpoint in the call.

Returns

  • type:

    NSUInteger