Skip to main content
Call Log Details shows call metadata, participants, duration, recordings, and history when a user selects a call from the Calls tab. Before starting, complete the Integration Guide and install @cometchat/calls-sdk-javascript.

Components


Implementation Steps

1. Calls Tab Integration

Render cometchat-call-logs when the “Calls” tab is active. When a call is clicked, store it so the details panel can display it.

2. Call Details Component

Guard-check that the selected item is a call, then render the details view. The (backClick) output clears the selection and returns to the call list.

3. Call Details Implementation

The main details screen shows the caller’s avatar and name at the top, call info below, and three tabs: Participants, Recording, and History.

4. Call Information Display

Determine call direction (incoming/outgoing) by comparing the initiator’s UID against the logged-in user, then map the SDK call status to a localized label.

5. Full Integration Example

A complete component wiring the calls tab, call selection, and details panel together.

Feature Matrix


Next Steps

Call Logs

The call logs component reference.

Call Features

Overview of calling capabilities.

All Guides

Browse all feature and formatter guides.

Sample App

Full working sample application on GitHub.