EndpointStats
Class that represents IEndpoint statistics
Props
audioBytesReceived
public long
audioBytesReceived
Total number of audio bytes received from the endpoint in the call.
Returns
type:
long
audioPacketsLost
public int
audioPacketsLost
Total number of audio packets lost from the endpoint in the call.
Returns
type:
int
audioPacketsReceived
public long
audioPacketsReceived
Total number of audio packets received from the endpoint in the call.
Returns
type:
long
remoteAudioStats
public remoteAudioStats
Statistics for all active incoming video streams from the IEndpoint at the moment of the stats collection.
Returns
type:
remoteVideoStats
public remoteVideoStats
Statistics for all active incoming audio streams from the IEndpoint at the moment of the stats collection.
Returns
type:
timestamp
public double
timestamp
The time at which the call statistics are collected (in UNIX timestamp format).
Returns
type:
double
totalBytesReceived
public long
totalBytesReceived
Total number of bytes (audio and video) received from the endpoint in the call.
Returns
type:
long
totalPacketsReceived
public long
totalPacketsReceived
Total number of packets (audio and video) received from the endpoint in the call.
Returns
type:
long
videoBytesReceived
public long
videoBytesReceived
Total number of video bytes received from the endpoint in the call.
Returns
type:
long
videoPacketsLost
public int
videoPacketsLost
Total number of video packets lost from the endpoint in the call.
Returns
type:
int
videoPacketsReceived
public long
videoPacketsReceived
Total number of video packets received from the endpoint in the call.
Returns
type:
long