CallNetworkIssue

View as MarkdownOpen in Claude

A single network issue detected by the WebRTC stats monitor on an active call. Issues are emitted on call.networkIssues$; use them to drive UI warnings or quality-degradation flows.

Properties

severity
warning | criticalRequired

Severity of the issue. warning indicates degradation; critical indicates the call may not be usable.

threshold
number

Threshold value (in the metric’s unit) that was crossed to trigger this issue.

timestamp
numberRequired

Wall-clock timestamp (ms since epoch) when the issue was detected.

type
no_inbound_audio | no_inbound_video | high_rtt | high_packet_loss | high_jitter | ice_disconnectedRequired

Kind of network issue detected.

value
number

Observed value of the metric that triggered the issue.