Rate this page:

EndpointStats

Class that represents IEndpoint statistics

Props

audioBytesReceived

Copy URL
public 

long

audioBytesReceived

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

Returns

  • type:

    long

audioPacketsLost

Copy URL
public 

int

audioPacketsLost

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

Returns

  • type:

    int

audioPacketsReceived

Copy URL
public 

long

audioPacketsReceived

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

Returns

  • type:

    long

remoteAudioStats

Copy URL
public 

Map<IRemoteAudioStream, InboundAudioStats>

remoteAudioStats

Statistics for all active incoming video streams from the IEndpoint at the moment of the stats collection.

remoteVideoStats

Copy URL
public 

Map<IRemoteVideoStream, InboundVideoStats>

remoteVideoStats

Statistics for all active incoming audio streams from the IEndpoint at the moment of the stats collection.

timestamp

Copy URL
public 

double

timestamp

The time at which the call statistics are collected (in UNIX timestamp format).

Returns

  • type:

    double

totalBytesReceived

Copy URL
public 

long

totalBytesReceived

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

Returns

  • type:

    long

totalPacketsReceived

Copy URL
public 

long

totalPacketsReceived

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

Returns

  • type:

    long

videoBytesReceived

Copy URL
public 

long

videoBytesReceived

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

Returns

  • type:

    long

videoPacketsLost

Copy URL
public 

int

videoPacketsLost

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

Returns

  • type:

    int

videoPacketsReceived

Copy URL
public 

long

videoPacketsReceived

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

Returns

  • type:

    long