Skip to content

Use the Call Overview Page

Path: /callOverview?callId=...&start=...&end=...

The Call Overview page provides a complete analysis of one Microsoft Teams call, including participants, location/network context, stream metrics, and optional AI analysis.

You access this page by clicking a call ID from Calls. Only calls with recording data (duration > 0) are clickable.

Breadcrumb navigation: Home > Calls > Call Overview

Call Overview page
Call Overview page.
ParameterDescriptionExample
callIdUnique call identifierabc123-...
startCall start minus 10 minutes (ISO8601)2024-01-15T09:50:00.000Z
endCall end plus 10 minutes (ISO8601)2024-01-15T10:40:00.000Z

If any parameter is missing, the page shows an error state.

ActionDescription
CopyCopies call ID
DownloadDownloads full call details JSON
Three-dot menuContains download action

These actions are page-level utilities: copy for quick sharing, download for exporting evidence, and menu access for the same download action.

When required URL parameters are missing:

  • Title: Error
  • Message: Call ID, start time, or end time is missing.
  • Action: Go to Calls

This section combines contextual call metadata and participant/network positioning.

Call details area
Call metadata and summary information.

Metadata row includes:

ElementDescription
Call type chipGroup Call or Peer To Peer Call
Health indicatorGood / Poor / Unknown
Audio iconVisible if audio stream exists
Video iconVisible if video stream exists

Date/time shows call date and call interval with duration.

If participant totals differ between call metadata and stream data, a warning indicator is displayed.

Call map
Participant map and topology context.

Shows participant locations and call topology based on site mapping or IP geolocation.

Use this map to quickly spot whether impacted participants are concentrated in one region/site.

Participants table
Participant-level details.

Columns include participant identity, location, mail, network IP/subnet/reflexive/relay, protocol, and impact role.

Impact values:

ValueMeaning
ImpactingSending bad streams
ImpactedReceiving bad streams
NoneNo impact role detected

Row highlighting marks participants associated with poor streams.

Context actions in participant-related cells:

  • Copy value

This table is useful to separate participants who are impacted from those potentially causing impact.

Call timeline
Timeline of call events and quality changes.

Timeline displays quality transitions and participant events (joins/leaves) over call duration.

Use it to correlate the moment of degradation with participant activity.

Streams table
Stream-level metrics and network context.

Each row is one media stream (audio/video/screen share).

This is the most detailed technical section of the page.

VisualMeaning
GreenGood stream
RedPoor stream
GreyUnclassified
Grey highlightStream with duration <= 0

Health group:

ColumnDescription
QualityGood/Poor/Unclassified indicator
CauseRoot cause (hidden by default)
DetailsRoot-cause details (hidden by default)

Identity group:

ColumnDescription
ParticipantStream owner
Media TypeAudio / Video / Screen Share
DirectionReceiving / Sending
StartStream start
EndStream end
DurationStream duration

Network group:

ColumnDescription
IPLocal IP
SubnetSubnet
Reflexive IPExternal/NAT IP
Relay IPMedia relay IP
Interlocutor IPRemote peer IP
ProtocolUDP/TCP/other

Stats group:

ColumnUnit
Latencyms
Jitterms
Packet Loss%
Frameratefps

Device/client group includes host/device/cpu/platform/connection/client version/family.

Context menu:

  • Copy value
  • Lookup IP for public IPs
  • Lookup IPAM for private IPs (if configured)
  • Configure IPAM link (if IPAM not configured)

Toolbar:

  • Column visibility
  • Column ordering
  • Line wrap
  • Download data
  • Open in notebook
  • Open with…

These actions are intended for deeper analysis and cross-tool investigation.

AI analysis section
AI analysis output section.

AI analysis can be generated and reloaded per call.

ButtonEnabled when
AI AnalysisMicrosoft + AI configuration are valid
Reload AnalysisExisting result and valid configuration

Output is rendered as Markdown.

If prerequisites are missing, buttons remain disabled and no analysis can be generated.

Download call details action
Download action in page header.

Download retrieves full raw call data as JSON.

  • Filename pattern: call-details-{callId}.json
  • Progress and result are shown with toasts.
  • Concurrent downloads are blocked.