CallNetworkMetrics
A periodic snapshot of network-quality metrics for an active call — RTT, packet loss, jitter, and estimated outgoing bitrate. Emitted on call.networkMetrics$; use them to drive a live quality indicator.
Properties
audio
Audio-stream metrics for the most recent sample window.
audio.jitter
Audio jitter in seconds.
audio.packetsLost
Audio packets lost since the start of the call.
audio.packetsReceived
Audio packets received since the start of the call.
availableOutgoingBitrate
Estimated available outgoing bitrate in bits per second.
roundTripTime
Current round-trip time in seconds.
timestamp
Wall-clock timestamp (ms since epoch) of this sample.
video
Video-stream metrics for the most recent sample window.
video.packetsLost
Video packets lost since the start of the call.
video.packetsReceived
Video packets received since the start of the call.