Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
6c7e118
updated meta descriptions for the rest-api docs
omkar6750 May 13, 2026
a5b31b8
updated android sdk meta description that were rported in the csv's
omkar6750 May 13, 2026
d2e21ae
update meta descriptions in ios sdk docs
omkar6750 May 13, 2026
34a57f3
docs: remove merge conflict markers from Flutter message template fro…
omkar6750 May 13, 2026
3c1710a
docs: update short react native sdk meta descriptions
omkar6750 May 13, 2026
1323f02
docs: update unreal and javascript sdk docs meta descriptions
omkar6750 May 13, 2026
0feabd4
docs: add missing meta descriptions to flutter sdk pages
omkar6750 May 13, 2026
33e564e
docs: add descriptions to javascript sdk docs
omkar6750 May 13, 2026
09932b8
docs: add description to react native sdk ai chatbot page
omkar6750 May 13, 2026
9cb9ba9
updated desciptions in chat builder pages
omkar6750 May 13, 2026
c3b4e36
update notification docs meta description
omkar6750 May 13, 2026
75cd358
updated descriptions for the fundamentals pages
omkar6750 May 13, 2026
bb13457
updated moderation docs meta descriptions
omkar6750 May 14, 2026
df3466a
docs: improve AI agents meta descriptions
omkar6750 May 14, 2026
2ba15da
docs: improve on-premise deployment meta descriptions
omkar6750 May 14, 2026
540cebb
docs: add Flutter UI Kit meta descriptions
omkar6750 May 14, 2026
690be9e
docs: update meta descriptions for uikit docs
omkar6750 May 14, 2026
4f3b983
docs: update calls pages meta descriptions
omkar6750 May 14, 2026
0f002da
docs: refine SDK and REST API meta descriptions
omkar6750 May 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions ai-agents/ag-ui-actions.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "AI Agent Actions"
sidebarTitle: "Actions"
description: "Explore the various actions you can perform with your AI agent in CometChat."
description: "Explore CometChat AI agent actions for frontend events, user interactions, and AG-UI compatible workflows."
---

import Actions from '/snippets/ai-agents/actions.mdx';

<Actions />
<Actions />
4 changes: 2 additions & 2 deletions ai-agents/ag-ui-tools.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "AI Agent Tools"
sidebarTitle: "Tools"
description: "Explore the various tools you can use with your AI agent in CometChat."
description: "Explore CometChat AI agent tools for external APIs, frontend actions, and AG-UI compatible integrations."
---

import Tools from '/snippets/ai-agents/tools.mdx';

<Tools />
<Tools />
2 changes: 1 addition & 1 deletion ai-agents/cometchat-ag-ui-express.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "AG-UI Express.js Implementation"
sidebarTitle: "Express.js"
description: "Implementation guide for building an AG-UI agent with Express.js."
description: "Build an AG-UI compatible CometChat AI agent with Express.js, TypeScript, OpenAI, streaming events, and tools."
---

### Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion ai-agents/cometchat-ag-ui-nestjs.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "AG-UI NestJS Implementation"
sidebarTitle: "NestJS"
description: "Implementation guide for building an AG-UI agent with NestJS."
description: "Build an AG-UI compatible CometChat AI agent with NestJS, OpenAI, streaming events, and tool execution."
---

### Prerequisites
Expand Down
4 changes: 2 additions & 2 deletions ai-agents/mastra-actions.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "AI Agent Actions"
sidebarTitle: "Actions"
description: "Explore the various actions you can perform with your AI agent in CometChat."
description: "Explore CometChat Mastra AI agent actions for frontend events, user interactions, and custom workflows."
---

import Actions from '/snippets/ai-agents/actions.mdx';

<Actions />
<Actions />
4 changes: 2 additions & 2 deletions ai-agents/mastra-tools.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "AI Agent Tools"
sidebarTitle: "Tools"
description: "Explore the various tools you can use with your AI agent in CometChat."
description: "Explore CometChat Mastra AI agent tools for external APIs, frontend actions, and connected workflows."
---

import Tools from '/snippets/ai-agents/tools.mdx';

<Tools />
<Tools />
2 changes: 1 addition & 1 deletion articles/properties-and-constraints.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Properties and Constraints"
description: "Properties and Constraints — CometChat documentation."
description: "Review CometChat properties and constraints for API keys, users, groups, metadata, tags, limits, and supported values."
---

This page lists the properties and constraints applicable to various CometChat systems.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Actions"
sidebarTitle: "Actions"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Actions for Android"
description: "Use CometChat Calls SDK v5 actions on Android to control calls, manage audio/video state, share screens, and handle in-call behavior."
---

Use call actions to create your own custom controls or trigger call functionality dynamically based on your use case. All actions are called on the `CallSession` singleton instance during an active call session.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/audio-modes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Audio Modes"
sidebarTitle: "Audio Modes"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Audio Modes for Android"
description: "Configure CometChat Calls SDK v5 audio modes on Android for speakers, earpiece, Bluetooth, routing, and call audio behavior."
---

Control audio output routing during calls. Switch between speaker, earpiece, Bluetooth, and wired headphones based on user preference or device availability.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Authentication"
sidebarTitle: "Authentication"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Authentication for Android"
description: "Configure authentication for CometChat Calls SDK v5 on Android with app credentials, logged-in users, and secure call access."
---

Before users can make or receive calls, they must be authenticated with the CometChat Calls SDK. This guide covers the login and logout methods.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/background-handling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Background Handling"
sidebarTitle: "Background Handling"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Background Handling for Android"
description: "Handle background calling with CometChat Calls SDK v5 on Android for app lifecycle, call continuity, and notifications."
---

Keep calls alive when users navigate away from your app. Background handling ensures the call continues running when users press the home button, switch to another app, or lock their device.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/call-layouts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Call Layouts"
sidebarTitle: "Call Layouts"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Call Layouts for Android"
description: "Customize CometChat Calls SDK v5 call layouts on Android with tile, spotlight, sidebar views, layout changes, and layout events."
---

Choose how participants are displayed during a call. The SDK provides multiple layout options to suit different use cases like team meetings, presentations, or one-on-one calls.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/call-logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Call Logs"
sidebarTitle: "Call Logs"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Call Logs for Android"
description: "Display CometChat Calls SDK v5 call logs on Android with call history, participants, call type, duration, and status details."
---

Retrieve call history for your application. Call logs provide detailed information about past calls including duration, participants, recordings, and status.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/custom-control-panel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Custom Control Panel"
sidebarTitle: "Custom Control Panel"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Custom Control Panel for Android"
description: "Customize the CometChat Calls SDK v5 control panel on Android with call buttons, actions, layout, and user controls."
---

Build a fully customized control panel for your call interface by hiding the default controls and implementing your own UI with call actions. This guide walks you through creating a custom control panel with essential call controls.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/custom-participant-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Custom Participant List"
sidebarTitle: "Custom Participant List"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Custom Participant List for Android"
description: "Customize the CometChat Calls SDK v5 participant list on Android with participant views, actions, status, and layout."
---

Build a custom participant list UI that displays real-time participant information with full control over layout and interactions. This guide demonstrates how to hide the default participant list and create your own using participant events and actions.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Events"
sidebarTitle: "Events"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Events for Android"
description: "Handle CometChat Calls SDK v5 events on Android for call lifecycle, participants, media state, errors, and real-time updates."
---

Handle call session events to build responsive UIs. The SDK provides five event listener interfaces to monitor session status, participant activities, media changes, button clicks, and layout changes. Each listener is lifecycle-aware and automatically cleaned up when the Activity or Fragment is destroyed.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/idle-timeout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Idle Timeout"
sidebarTitle: "Idle Timeout"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Idle Timeout for Android"
description: "Configure CometChat Calls SDK v5 idle timeout on Android to handle inactive participants and call session cleanup."
---

Configure automatic session termination when a user is alone in a call. Idle timeout helps manage resources by ending sessions that have no active participants.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/in-call-chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "In-Call Chat"
sidebarTitle: "In-Call Chat"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - In-Call Chat for Android"
description: "Enable in-call chat in CometChat Calls SDK v5 on Android so participants can send messages during active calls."
---

Add real-time messaging to your call experience using CometChat UI Kit. This allows participants to send text messages, share files, and communicate via chat while on a call.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/join-session.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Join Session"
sidebarTitle: "Join Session"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Join Session for Android"
description: "Join CometChat Calls SDK v5 sessions on Android with session IDs, call tokens, participant setup, and in-call UI launch."
---

Join a call session using one of two approaches: the quick start method with a session ID, or the advanced flow with manual token generation for more control.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/migration-guide-v5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Migration Guide"
sidebarTitle: "v4 to v5 Migration"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Migration Guide for Android"
description: "Migrate to CometChat Calls SDK v5 on Android with updated setup, APIs, call sessions, layouts, and feature changes."
---

This guide covers migrating from Calls SDK v4 to v5 for Android.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Calls SDK"
sidebarTitle: "Overview"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Calls SDK for Android"
description: "Use CometChat Calls SDK v5 for Android to add voice and video calling, call sessions, participants, layouts, and in-call features."
---


Expand Down
2 changes: 1 addition & 1 deletion calls/android/participant-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Participant Management"
sidebarTitle: "Participant Management"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Participant Management for Android"
description: "Manage CometChat Calls SDK v5 participants on Android with mute, pause video, pinning, permissions, and participant events."
---

Manage participants during a call with actions like muting, pausing video, and pinning. These features help maintain order in group calls and highlight important speakers.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/picture-in-picture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Picture-in-Picture"
sidebarTitle: "Picture-in-Picture"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Picture-in-Picture for Android"
description: "Configure picture-in-picture for CometChat Calls SDK v5 on Android to keep video calls visible while users multitask."
---

Enable Picture-in-Picture (PiP) mode to allow users to continue their call in a floating window while using other apps. PiP provides a seamless multitasking experience during calls.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/raise-hand.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Raise Hand"
sidebarTitle: "Raise Hand"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Raise Hand for Android"
description: "Add raise hand behavior in CometChat Calls SDK v5 on Android so participants can request attention during group calls."
---

Allow participants to raise their hand to get attention during calls. This feature is useful for large meetings, webinars, or any scenario where participants need to signal they want to speak.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/recording.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Recording"
sidebarTitle: "Recording"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Recording for Android"
description: "Use CometChat Calls SDK v5 recording on Android to start, stop, access, and manage recordings for supported call sessions."
---

Record call sessions for later playback. Recordings are stored server-side and can be accessed through call logs or the CometChat Dashboard.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/ringing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Ringing"
sidebarTitle: "Ringing"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Ringing for Android"
description: "Configure CometChat Calls SDK v5 ringing on Android for incoming calls, outgoing calls, call alerts, and accept or reject flows."
---

Implement incoming and outgoing call notifications with accept/reject functionality. Ringing enables real-time call signaling between users, allowing them to initiate calls and respond to incoming call requests.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/screen-sharing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Screen Sharing"
sidebarTitle: "Screen Sharing"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Screen Sharing for Android"
description: "Add screen sharing in CometChat Calls SDK v5 on Android with presenter controls, permissions, and in-call display behavior."
---

View screen shares from other participants during a call. The Android SDK can receive and display screen shares initiated from web clients.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/session-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "SessionSettingsBuilder"
sidebarTitle: "SessionSettingsBuilder"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - SessionSettingsBuilder for Android"
description: "Configure CometChat Calls SDK v5 session settings on Android for call behavior, UI options, participant controls, and features."
---

The `SessionSettingsBuilder` is a powerful configuration tool that allows you to customize every aspect of your call session before participants join. From controlling the initial audio/video state to customizing the UI layout and hiding specific controls, this builder gives you complete control over the call experience.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Setup"
sidebarTitle: "Setup"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Setup for Android"
description: "Set up CometChat Calls SDK v5 for Android with installation, app credentials, initialization, authentication, and a basic calling flow."
---

<Info>
Expand Down
2 changes: 1 addition & 1 deletion calls/android/share-invite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Share Invite"
sidebarTitle: "Share Invite"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Share Invite for Android"
description: "Add invite sharing in CometChat Calls SDK v5 on Android so users can share call links and bring participants into sessions."
---

Enable participants to invite others to join a call by sharing a meeting link. The share invite button opens the system share sheet, allowing users to send the invite via any messaging app, email, or social media.
Expand Down
2 changes: 1 addition & 1 deletion calls/android/troubleshooting.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Troubleshooting"
description: "CometChat Calling SDK v5 - Troubleshooting for Android"
description: "Troubleshoot CometChat Calls SDK v5 on Android for setup, authentication, permissions, call launch, media, and session issues."
sdk_version: "5.x"
---

Expand Down
2 changes: 1 addition & 1 deletion calls/android/voip-calling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "VoIP Calling"
sidebarTitle: "VoIP Calling"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - VoIP Calling for Android"
description: "Set up CometChat Calls SDK v5 VoIP calling on Android for call notifications, incoming call handling, and app wake flows."
---

Implement native VoIP calling that works when your app is in the background or killed. This guide shows how to integrate Android's Telecom framework with CometChat to display system call UI, handle calls from the lock screen, and provide a native calling experience.
Expand Down
2 changes: 1 addition & 1 deletion calls/flutter/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Actions"
sidebarTitle: "Actions"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Actions for Flutter"
description: "Use CometChat Calls SDK v5 actions on Flutter to control calls, manage audio/video state, share screens, and handle in-call behavior."
---

Use call actions to create your own custom controls or trigger call functionality dynamically based on your use case. All actions are called on the `CallSession` singleton instance during an active call session.
Expand Down
4 changes: 2 additions & 2 deletions calls/flutter/audio-modes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Audio Modes"
sidebarTitle: "Audio Modes"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Audio Modes for Flutter"
description: "Configure CometChat Calls SDK v5 audio modes on Flutter for speakers, earpiece, Bluetooth, routing, and call audio behavior."
---

Control audio output routing during calls. Switch between speaker, earpiece, and Bluetooth based on user preference or device availability.
Expand Down Expand Up @@ -107,4 +107,4 @@ SessionSettings sessionSettings = CometChatCalls.SessionSettingsBuilder()

<Note>
The SDK automatically detects connected audio devices. If a Bluetooth device is connected, it becomes available as an audio mode option.
</Note>
</Note>
2 changes: 1 addition & 1 deletion calls/flutter/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Authentication"
sidebarTitle: "Authentication"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Authentication for Flutter"
description: "Configure authentication for CometChat Calls SDK v5 on Flutter with app credentials, logged-in users, and secure call access."
---

Before users can make or receive calls, they must be authenticated with the CometChat Calls SDK. This guide covers the login and logout methods.
Expand Down
2 changes: 1 addition & 1 deletion calls/flutter/background-handling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Background Handling"
sidebarTitle: "Background Handling"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Background Handling for Flutter"
description: "Handle background calling with CometChat Calls SDK v5 on Flutter for app lifecycle, call continuity, and notifications."
---

Keep calls alive when users navigate away from your app. Background handling ensures the call continues running when users press the home button, switch to another app, or lock their device.
Expand Down
4 changes: 2 additions & 2 deletions calls/flutter/call-layouts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Call Layouts"
sidebarTitle: "Call Layouts"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Call Layouts for Flutter"
description: "Customize CometChat Calls SDK v5 call layouts on Flutter with tile, spotlight, sidebar views, layout changes, and layout events."
---

Choose how participants are displayed during a call. The SDK provides multiple layout options to suit different use cases like team meetings, presentations, or one-on-one calls.
Expand Down Expand Up @@ -104,4 +104,4 @@ SessionSettings sessionSettings = CometChatCalls.SessionSettingsBuilder()
.setLayout(LayoutType.spotlight) // Fixed layout
.hideChangeLayoutButton(true) // Hide toggle button
.build();
```
```
4 changes: 2 additions & 2 deletions calls/flutter/call-logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Call Logs"
sidebarTitle: "Call Logs"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Call Logs for Flutter"
description: "Display CometChat Calls SDK v5 call logs on Flutter with call history, participants, call type, duration, and status details."
---

Retrieve call history for your application. Call logs provide detailed information about past calls including duration, participants, recordings, and status.
Expand Down Expand Up @@ -169,4 +169,4 @@ callLogRequest.fetchNext(
|-----------|-------------|
| `incoming` | Call received by the user |
| `outgoing` | Call initiated by the user |
</Accordion>
</Accordion>
2 changes: 1 addition & 1 deletion calls/flutter/custom-control-panel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Custom Control Panel"
sidebarTitle: "Custom Control Panel"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Custom Control Panel for Flutter"
description: "Customize the CometChat Calls SDK v5 control panel on Flutter with call buttons, actions, layout, and user controls."
---

Build a fully customized control panel for your call interface by hiding the default controls and implementing your own UI with call actions. This guide walks you through creating a custom control panel with essential call controls.
Expand Down
2 changes: 1 addition & 1 deletion calls/flutter/custom-participant-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Custom Participant List"
sidebarTitle: "Custom Participant List"
sdk_version: "5.x"
description: "CometChat Calling SDK v5 - Custom Participant List for Flutter"
description: "Customize the CometChat Calls SDK v5 participant list on Flutter with participant views, actions, status, and layout."
---

Build a custom participant list UI that displays real-time participant information with full control over layout and interactions. This guide demonstrates how to hide the default participant list and create your own using participant events and actions.
Expand Down
Loading