InboundAudioStats
Class that represents statistics for inbound IAudioStream. Available in EndpointStats.
Fields
bytesReceived
Total number of bytes received within the audio stream.
codec
Audio codec name for the audio stream, e.g. "opus".
jitterBufferMs
Temporary storage buffer used to capture incoming data packets. It is used to ensure the continuity of streams by smoothing out packet arrival times during periods of network congestion. Measured in milliseconds.
loss
Packet loss in the audio stream. Values are in the range 0..1, where 0 means no loss and 1 means full loss.
packetsLost
Total number of audio packets lost for the audio stream.
packetsReceived
Total number of packets received within the audio stream.
timestamp
The time at which the call statistics are collected (in UNIX timestamp format).
Methods
toString
String toString()
Returns a string representation of the object.
Returns
Return:
Stringa string representation of the object.