> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Live Calls

> Monitor active calls in real-time, join conversations as a silent listener, and view live transcription

The Live Calls tab shows all currently active voice AI conversations. You can monitor ongoing calls, join as a silent listener, and view live transcription and performance metrics.

<img className="block dark:hidden" src="https://mintcdn.com/hamsa-452fa79a/faqA0g16HZbxfVQ3/images/agents/dashboard/live-calls/live-calls-light.jpg?fit=max&auto=format&n=faqA0g16HZbxfVQ3&q=85&s=c0340f441373a6605a40025976524dcb" alt="Live Calls Dashboard" width="3416" height="1840" data-path="images/agents/dashboard/live-calls/live-calls-light.jpg" />

<img className="hidden dark:block" src="https://mintcdn.com/hamsa-452fa79a/faqA0g16HZbxfVQ3/images/agents/dashboard/live-calls/live-calls-dark.jpg?fit=max&auto=format&n=faqA0g16HZbxfVQ3&q=85&s=21873474fbff4d365e285eb8541ac5f0" alt="Live Calls Dashboard" width="3416" height="1840" data-path="images/agents/dashboard/live-calls/live-calls-dark.jpg" />

## Accessing Live Calls

1. Navigate to **Dashboard** from the main menu
2. Click the **Live calls** tab

The view refreshes automatically every 10 seconds, showing all calls currently in progress. Use the **Agent Filter** dropdown to show calls for a specific agent or all agents.

<Info>
  Only calls with status "IN\_PROGRESS" appear here. Completed calls move to Call History.
</Info>

## Call Cards

Each active call is displayed as a card showing:

* **Agent name**: The voice agent handling the call
* **Timestamp**: When the call started
* **Duration**: Live counter showing elapsed time
* **Channel**: Phone, Web, or WhatsApp
* **Status**: "In Progress" indicator
* **Join button**: Click to listen in on the call

## Joining a Call

You can join any active call as a silent listener — the caller and agent are not aware you're listening.

### How to Join

1. Click the **Join** button on a call card
2. The call details drawer opens on the right
3. Click **Join Call** in the drawer header
4. You're now connected and can hear both sides of the conversation

### While Listening

* **Live audio**: Hear both the caller and agent in real-time
* **Live transcription**: See the conversation transcribed as it happens, with speaker labels (User/Agent)
* **Performance metrics**: View ASR, LLM, TTS, and latency metrics updating in real-time

### Leaving a Call

* Click **Leave Call** in the drawer header, or
* Close the drawer (X button)

The caller's conversation continues normally after you leave.

<Info>
  When a call ends while you're listening, the drawer closes automatically with a notification.
</Info>

## Call Details Drawer

The drawer opens on the right side of the screen and contains detailed information about the call.

<img className="block dark:hidden" src="https://mintcdn.com/hamsa-452fa79a/faqA0g16HZbxfVQ3/images/agents/dashboard/live-calls/drawer-overview-light.jpg?fit=max&auto=format&n=faqA0g16HZbxfVQ3&q=85&s=7922a28e6b1bf9878da4344271657a7a" alt="Call Details Drawer - Overview Tab" width="3416" height="1840" data-path="images/agents/dashboard/live-calls/drawer-overview-light.jpg" />

<img className="hidden dark:block" src="https://mintcdn.com/hamsa-452fa79a/faqA0g16HZbxfVQ3/images/agents/dashboard/live-calls/drawer-overview-dark.jpg?fit=max&auto=format&n=faqA0g16HZbxfVQ3&q=85&s=3c2e2082603e864e00a7c146760f4928" alt="Call Details Drawer - Overview Tab" width="3416" height="1840" data-path="images/agents/dashboard/live-calls/drawer-overview-dark.jpg" />

### Overview

* Session ID, status, start time, and duration
* Channel type
* Performance metrics (ASR, LLM, TTS, Latency) updating in real-time

<img className="block dark:hidden" src="https://mintcdn.com/hamsa-452fa79a/faqA0g16HZbxfVQ3/images/agents/dashboard/live-calls/drawer-conversation-light.jpg?fit=max&auto=format&n=faqA0g16HZbxfVQ3&q=85&s=7c5c0cac84fd217930fad1a00d52120a" alt="Call Details Drawer - Conversation Tab" width="3416" height="1840" data-path="images/agents/dashboard/live-calls/drawer-conversation-light.jpg" />

<img className="hidden dark:block" src="https://mintcdn.com/hamsa-452fa79a/faqA0g16HZbxfVQ3/images/agents/dashboard/live-calls/drawer-conversation-dark.jpg?fit=max&auto=format&n=faqA0g16HZbxfVQ3&q=85&s=e8502970ef34967747acb26169354803" alt="Call Details Drawer - Conversation Tab" width="3416" height="1840" data-path="images/agents/dashboard/live-calls/drawer-conversation-dark.jpg" />

### Conversation

* Full live transcript with speaker labels and timestamps
* Auto-scrolls to the latest message
* After the call ends, an audio recording becomes available with playback controls

### Outcome

Populates after the call ends:

* AI-generated call summary
* Sentiment analysis
* Resolution status (Resolved / Escalated)

## Auto-Refresh

The call list refreshes every 10 seconds automatically. Auto-refresh pauses when you open a call details drawer and resumes when you close it.

## Troubleshooting

### No Calls Showing

* Check the agent filter — it may be set to an agent with no active calls
* Calls older than 10 minutes are no longer shown
* Verify calls are actually being made to your agents

### Can't Join or Hear Audio

* Ensure your browser allows microphone/audio permissions for the site
* Check your system volume and audio output device
* Use a recent version of Chrome, Firefox, or Edge
* Verify your network doesn't block WebRTC connections

If issues persist, try leaving and rejoining, or refresh the page.

### Transcription Not Appearing

Live transcription typically appears 2-3 seconds after speech. If nothing appears:

* Wait a few seconds after joining — connection may still be establishing
* Check that someone is actually speaking
* Close and reopen the drawer

## Privacy Note

<Warning>
  You join calls as a silent listener — the caller is not notified. Ensure your use of call monitoring complies with applicable laws and your company's privacy policies. Consider including a monitoring disclosure in your agent's greeting.
</Warning>

## Related

<CardGroup cols={2}>
  <Card title="Dashboard Overview" icon="chart-line" href="/agents/dashboard/overview">
    View overall system metrics and statistics
  </Card>

  <Card title="Call History" icon="history" href="/agents/call-history/introduction">
    Search and review completed call recordings
  </Card>

  <Card title="Performance Metrics" icon="gauge" href="/agents/dashboard/performance">
    Analyze detailed performance data
  </Card>

  <Card title="Satisfaction" icon="heart" href="/agents/dashboard/satisfaction">
    Track customer satisfaction and sentiment
  </Card>
</CardGroup>
