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