EndpointStats
Class that represents IEndpoint statistics.
Props
audioBytesReceived
public long
 audioBytesReceivedTotal number of audio bytes received from the endpoint in the call.
Returns
type:
long
audioPacketsLost
public int
 audioPacketsLostTotal number of audio packets lost from the endpoint in the call.
Returns
type:
int
audioPacketsReceived
public long
 audioPacketsReceivedTotal number of audio packets received from the endpoint in the call.
Returns
type:
long
remoteAudioStats
public  remoteAudioStatsStatistics for all active incoming video streams from the IEndpoint at the moment of the stats collection.
Returns
type:
remoteVideoStats
public  remoteVideoStatsStatistics for all active incoming audio streams from the IEndpoint at the moment of the stats collection.
Returns
type:
timestamp
public double
 timestampTime at which the call statistics are collected (in UNIX timestamp format).
Returns
type:
double
totalBytesReceived
public long
 totalBytesReceivedTotal number of bytes (audio and video) received from the endpoint in the call.
Returns
type:
long
totalPacketsReceived
public long
 totalPacketsReceivedTotal number of packets (audio and video) received from the endpoint in the call.
Returns
type:
long
videoBytesReceived
public long
 videoBytesReceivedTotal number of video bytes received from the endpoint in the call.
Returns
type:
long
videoPacketsLost
public int
 videoPacketsLostTotal number of video packets lost from the endpoint in the call.
Returns
type:
int
videoPacketsReceived
public long
 videoPacketsReceivedTotal number of video packets received from the endpoint in the call.
Returns
type:
long