Rate this page:

VIEndpointStats

Class that represents VIEndpoint statistics.

Props

audioBytesReceived

Copy URL

NSUInteger

audioBytesReceived

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

Returns

  • type:

    NSUInteger

audioPacketsLost

Copy URL

NSUInteger

audioPacketsLost

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

Returns

  • type:

    NSUInteger

audioPacketsReceived

Copy URL

NSUInteger

audioPacketsReceived

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

Returns

  • type:

    NSUInteger

remoteAudioStats

Copy URL

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

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

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

Copy URL

NSUInteger

totalBytesReceived

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

Returns

  • type:

    NSUInteger

totalPacketsReceived

Copy URL

NSUInteger

totalPacketsReceived

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

Returns

  • type:

    NSUInteger

videoBytesReceived

Copy URL

NSUInteger

videoBytesReceived

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

Returns

  • type:

    NSUInteger

videoPacketsLost

Copy URL

NSUInteger

videoPacketsLost

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

Returns

  • type:

    NSUInteger

videoPacketsReceived

Copy URL

NSUInteger

videoPacketsReceived

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

Returns

  • type:

    NSUInteger