EndpointStats
Statistics for endpoints existing in the call at the moment of the stats collection.
Props
audioBytesReceived
audioBytesReceived: number
Total number of audio bytes received from the endpoint in the call.
audioPacketsLost
audioPacketsLost: number
Total number of audio packets lost from the endpoint in the call.
audioPacketsReceived
audioPacketsReceived: number
Total number of audio packets received from the endpoint in the call.
remoteAudioStats
remoteAudioStats: {[id: string]: InboundAudioStats}
Statistics for all active incoming video streams from the Endpoint at the moment of the stats collection.
remoteVideoStats
remoteVideoStats: {[id: string]: InboundVideoStats}
Statistics for all active incoming audio streams from the Endpoint at the moment of the stats collection.
timestamp
timestamp: number
The time at which the call statistics are collected (in UNIX timestamp format).
totalBytesReceived
totalBytesReceived: number
Total number of bytes (audio and video) received from the endpoint in the call.
totalPacketsReceived
totalPacketsReceived: number
Total number of packets (audio and video) received from the endpoint in the call.
videoBytesReceived
videoBytesReceived: number
Total number of video bytes received from the endpoint in the call.
videoPacketsLost
videoPacketsLost: number
Total number of video packets lost from the endpoint in the call.
videoPacketsReceived
videoPacketsReceived: number
Total number of video packets received from the endpoint in the call.