Skip to main content
The webRTCSession object captures WebRTC (Web Real-Time Communication) session details for one Amazon Connect Contact, written by the Agent Experience Collector when the Contact disconnects. It covers inbound and outbound packet metrics, MOS (mean opinion score), jitter, RTT (round-trip time), signalling and media endpoints, setup event timers, failure flags, and the audio devices in use.

Schema

Fields

Notes

  • Packet and byte counts are totals for the Contact, not rates. Loss percentages are derived values.
  • RTT and jitter values are in milliseconds.
  • jitterBufferMils is the jitter-buffer delay, distinct from the raw jitter reported in metrics.jitter. Both are in milliseconds.
  • All eventTimer durations are in milliseconds and measure discrete phases of WebRTC session setup and teardown.
  • eventFailure booleans are all present on every contact record, even when no failure occurred. A value of false means the named stage completed without error.