From 0f7cb3b6c94b74148a1d8fc58b305ec0d8a4ab0f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:54:05 +0000 Subject: [PATCH 01/17] docs: improve SEO titles for Flutter SDK and UI Kit pages --- sdk/flutter/real-time-listeners.mdx | 3 ++- ui-kit/flutter/call-features.mdx | 3 ++- ui-kit/flutter/methods.mdx | 3 ++- ui-kit/flutter/upgrading-from-v5.mdx | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sdk/flutter/real-time-listeners.mdx b/sdk/flutter/real-time-listeners.mdx index 099c041ea..87c38d701 100644 --- a/sdk/flutter/real-time-listeners.mdx +++ b/sdk/flutter/real-time-listeners.mdx @@ -1,5 +1,6 @@ --- -title: "All Real Time Listeners" +title: "Real-time listeners in the CometChat Flutter SDK" +sidebarTitle: "All Real Time Listeners" description: "Handle CometChat real-time events in Flutter apps with user, group, and message listeners for presence, membership, and messages." --- diff --git a/ui-kit/flutter/call-features.mdx b/ui-kit/flutter/call-features.mdx index 48a1b4a0b..dac533a93 100644 --- a/ui-kit/flutter/call-features.mdx +++ b/ui-kit/flutter/call-features.mdx @@ -1,5 +1,6 @@ --- -title: "Call" +title: "Call features in the CometChat Flutter UI Kit" +sidebarTitle: "Call" description: "Integrate CometChat Flutter UI Kit calling with one-on-one and group audio/video calls, setup, initialization, and call events." --- diff --git a/ui-kit/flutter/methods.mdx b/ui-kit/flutter/methods.mdx index c5ff2ef7d..ff3267a63 100644 --- a/ui-kit/flutter/methods.mdx +++ b/ui-kit/flutter/methods.mdx @@ -1,5 +1,6 @@ --- -title: "Methods" +title: "CometChat Flutter UI Kit methods reference" +sidebarTitle: "Methods" description: "Use CometChatUIKit methods for initialization, login, logout, users, groups, conversations, messages, calls, and session handling." --- diff --git a/ui-kit/flutter/upgrading-from-v5.mdx b/ui-kit/flutter/upgrading-from-v5.mdx index 78fd0259a..5a0a7bddb 100644 --- a/ui-kit/flutter/upgrading-from-v5.mdx +++ b/ui-kit/flutter/upgrading-from-v5.mdx @@ -1,5 +1,5 @@ --- -title: "Upgrading From V5" +title: "Upgrade the CometChat Flutter UI Kit from V5 to V6" sidebarTitle: "Upgrading From V5" description: "Upgrade from CometChat Flutter UI Kit V5 to V6 with package changes, initialization updates, BLoC architecture, and migration steps." --- From b3bd07a9a2fd1c9b3e639972adc665891c8d88d0 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:43:53 +0000 Subject: [PATCH 02/17] docs: improve SEO titles and descriptions for Android SDK v5 pages --- sdk/android/v5/overview.mdx | 5 +++-- sdk/android/v5/real-time-listeners.mdx | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sdk/android/v5/overview.mdx b/sdk/android/v5/overview.mdx index d6e7e26c5..32b31bd8f 100644 --- a/sdk/android/v5/overview.mdx +++ b/sdk/android/v5/overview.mdx @@ -1,6 +1,7 @@ --- -title: "Overview" -description: "Build Android chat apps with CometChat SDK v5, including real-time messaging, users, groups, and calling support." +title: "CometChat Android SDK v5 overview" +sidebarTitle: "Overview" +description: "Build Android chat apps with CometChat SDK v5, covering real-time messaging, users, groups, calling, and the v4 to v5 migration path." --- diff --git a/sdk/android/v5/real-time-listeners.mdx b/sdk/android/v5/real-time-listeners.mdx index 78a3620ee..08a1d86d1 100644 --- a/sdk/android/v5/real-time-listeners.mdx +++ b/sdk/android/v5/real-time-listeners.mdx @@ -1,5 +1,7 @@ --- -title: "All Real Time Listeners" +title: "Real-time listeners in the CometChat Android SDK" +sidebarTitle: "All Real Time Listeners" +description: "Handle CometChat real-time events in Android apps with user, group, message, and AI assistant listeners for presence, membership, and messages." --- From 39623a5cb5af44a61784ec62aa77a0a17f40614a Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:12:07 +0000 Subject: [PATCH 03/17] docs: improve SEO titles and descriptions for React Native UI Kit pages --- ui-kit/react-native/campaigns.mdx | 5 +++-- ui-kit/react-native/message-list.mdx | 5 +++-- ui-kit/react-native/property-changes.mdx | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ui-kit/react-native/campaigns.mdx b/ui-kit/react-native/campaigns.mdx index 820f4ad06..328299a3c 100644 --- a/ui-kit/react-native/campaigns.mdx +++ b/ui-kit/react-native/campaigns.mdx @@ -1,6 +1,7 @@ --- -title: "Campaigns" -description: "Deliver targeted, rich notifications to users via an in-app notification feed powered by the CometChat Cards renderer." +title: "Campaigns in the CometChat React Native UI Kit" +sidebarTitle: "Campaigns" +description: "Send targeted, rich in-app notifications in React Native with the CometChat Campaigns feed and the Cards renderer for images, buttons, and actions." --- CometChat Campaigns enables you to send rich, interactive notifications to users through an in-app notification feed. Each notification is rendered as a native card using the **CometChat Cards** library — supporting images, text, buttons, layouts, and interactive actions. diff --git a/ui-kit/react-native/message-list.mdx b/ui-kit/react-native/message-list.mdx index 6b59dce52..ebd6c829a 100644 --- a/ui-kit/react-native/message-list.mdx +++ b/ui-kit/react-native/message-list.mdx @@ -1,6 +1,7 @@ --- -title: "Message List" -description: "Display sent and received messages with text, media, reactions, read receipts, threaded replies, and AI features." +title: "Message List component for React Native UI Kit" +sidebarTitle: "Message List" +description: "Render CometChat conversations in React Native with text, media, reactions, read receipts, threaded replies, and AI assistant features." --- {/* vale off */} diff --git a/ui-kit/react-native/property-changes.mdx b/ui-kit/react-native/property-changes.mdx index 3057ff978..7db1ad21d 100644 --- a/ui-kit/react-native/property-changes.mdx +++ b/ui-kit/react-native/property-changes.mdx @@ -1,6 +1,7 @@ --- -title: "Property Changes" -description: "Comprehensive reference of new, renamed, and removed properties for each CometChat React Native UI Kit v5 component." +title: "Property changes in React Native UI Kit v5" +sidebarTitle: "Property Changes" +description: "Reference of new, renamed, and removed component properties in the CometChat React Native UI Kit v5 to help you migrate your v4 codebase." --- From 8f64c448f77e14abbaa59cbd9376c559c103ee59 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 10:20:41 +0000 Subject: [PATCH 04/17] docs: improve SEO title and description for React UI Kit migration property changes --- ui-kit/react/migration-property-changes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-kit/react/migration-property-changes.mdx b/ui-kit/react/migration-property-changes.mdx index 794a883f2..cb4c312e0 100644 --- a/ui-kit/react/migration-property-changes.mdx +++ b/ui-kit/react/migration-property-changes.mdx @@ -1,7 +1,7 @@ --- -title: "Property Changes" +title: "Property changes in React UI Kit v6 to v7 migration" sidebarTitle: "Property Changes" -description: "Complete prop migration reference for all components from v6 to v7 — renamed, removed, added, and type-changed props." +description: "Complete prop migration reference for the CometChat React UI Kit v6 to v7 upgrade, covering renamed, removed, added, and type-changed component props." --- From c9f8b96ba4950de2879108b37f2da12f8946dfe4 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 02:04:55 +0000 Subject: [PATCH 05/17] docs: improve SEO titles and descriptions for Android SDK and UI Kit pages --- sdk/android/ai-agents.mdx | 4 ++-- sdk/android/v5/ai-agents.mdx | 3 ++- sdk/android/v5/campaigns.mdx | 3 ++- sdk/android/v5/message-structure-and-hierarchy.mdx | 3 ++- sdk/android/v5/receive-messages.mdx | 3 ++- sdk/android/v5/send-message.mdx | 3 ++- ui-kit/android/v6/events.mdx | 4 ++-- ui-kit/android/v6/message-list.mdx | 4 ++-- 8 files changed, 16 insertions(+), 11 deletions(-) diff --git a/sdk/android/ai-agents.mdx b/sdk/android/ai-agents.mdx index d4f853f9d..85e08699f 100644 --- a/sdk/android/ai-agents.mdx +++ b/sdk/android/ai-agents.mdx @@ -1,7 +1,7 @@ --- -title: "AI Agents" +title: "AI Agents in the CometChat Android SDK" sidebarTitle: "AI Agents" -description: "Integrate AI-powered agents for intelligent, automated interactions in the CometChat Android SDK." +description: "Integrate AI-powered agents into your Android app with the CometChat SDK for intelligent, automated conversations, tool calls, and streaming responses." --- diff --git a/sdk/android/v5/ai-agents.mdx b/sdk/android/v5/ai-agents.mdx index ec86c0ae9..8efbf9be5 100644 --- a/sdk/android/v5/ai-agents.mdx +++ b/sdk/android/v5/ai-agents.mdx @@ -1,5 +1,6 @@ --- -title: "AI Agents" +title: "AI Agents in the CometChat Android SDK v5" +description: "Build AI-powered chat experiences on Android with CometChat SDK v5 agents that process user messages, trigger tools, and stream contextual responses." --- # AI Agents Overview diff --git a/sdk/android/v5/campaigns.mdx b/sdk/android/v5/campaigns.mdx index 147c3b1af..773903f2b 100644 --- a/sdk/android/v5/campaigns.mdx +++ b/sdk/android/v5/campaigns.mdx @@ -1,5 +1,6 @@ --- -title: "Campaigns" +title: "Campaigns in the CometChat Android SDK v5" +description: "Deliver targeted in-app notifications on Android with CometChat Campaigns, using Card Schema JSON, real-time delivery listeners, and engagement APIs." --- CometChat Campaigns lets you deliver targeted, rich notifications to users via an in-app notification feed. Each notification is a **Card Schema JSON** — a structured layout rendered natively by the CometChat Cards library. diff --git a/sdk/android/v5/message-structure-and-hierarchy.mdx b/sdk/android/v5/message-structure-and-hierarchy.mdx index 87dd44d01..25672f59e 100644 --- a/sdk/android/v5/message-structure-and-hierarchy.mdx +++ b/sdk/android/v5/message-structure-and-hierarchy.mdx @@ -1,5 +1,6 @@ --- -title: "Message Structure And Hierarchy" +title: "Message structure and hierarchy in Android SDK v5" +description: "Understand CometChat Android SDK v5 message categories and types, including text, media, custom, interactive, and card messages and their class hierarchy." --- diff --git a/sdk/android/v5/receive-messages.mdx b/sdk/android/v5/receive-messages.mdx index f75852c10..e99ff3dc3 100644 --- a/sdk/android/v5/receive-messages.mdx +++ b/sdk/android/v5/receive-messages.mdx @@ -1,5 +1,6 @@ --- -title: "Receive A Message" +title: "Receive messages with the CometChat Android SDK v5" +description: "Receive real-time and offline messages on Android with CometChat SDK v5 using message listeners, fetching missed messages, and handling delivery receipts." --- diff --git a/sdk/android/v5/send-message.mdx b/sdk/android/v5/send-message.mdx index b9d66c5c3..05bd8ccb5 100644 --- a/sdk/android/v5/send-message.mdx +++ b/sdk/android/v5/send-message.mdx @@ -1,5 +1,6 @@ --- -title: "Send A Message" +title: "Send messages with the CometChat Android SDK v5" +description: "Send text, media, custom, and interactive messages on Android with CometChat SDK v5, including one-to-one, group, and card message delivery." --- diff --git a/ui-kit/android/v6/events.mdx b/ui-kit/android/v6/events.mdx index 462d9805c..25fcfd463 100644 --- a/ui-kit/android/v6/events.mdx +++ b/ui-kit/android/v6/events.mdx @@ -1,6 +1,6 @@ --- -title: "Events" -description: "Listen to UI Kit events for user actions, group changes, messages, and call lifecycle updates using CometChatEvents SharedFlow." +title: "Events in the CometChat Android UI Kit v6" +description: "Listen to CometChat Android UI Kit v6 events for user actions, group changes, message updates, and call lifecycle using the CometChatEvents SharedFlow." --- diff --git a/ui-kit/android/v6/message-list.mdx b/ui-kit/android/v6/message-list.mdx index e8e7b263c..7d4ea5237 100644 --- a/ui-kit/android/v6/message-list.mdx +++ b/ui-kit/android/v6/message-list.mdx @@ -1,6 +1,6 @@ --- -title: "Message List" -description: "Scrollable list of messages for a conversation with real-time updates, reactions, threaded replies, and message actions." +title: "Message List component in Android UI Kit v6" +description: "Render CometChat conversations on Android with the CometChatMessageList component, supporting real-time updates, reactions, threaded replies, and actions." --- `CometChatMessageList` renders a scrollable list of messages for a conversation with real-time updates for new messages, edits, deletions, reactions, and threaded replies. From 1df24383a0d315c2a846554f0d3b54e38a848a01 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:02:40 +0000 Subject: [PATCH 06/17] docs: improve SEO titles and descriptions for React Native SDK and UI Kit pages --- sdk/react-native/ai-agents.mdx | 4 ++-- sdk/react-native/campaigns.mdx | 4 ++-- sdk/react-native/message-structure-and-hierarchy.mdx | 2 +- sdk/react-native/real-time-listeners.mdx | 4 ++-- sdk/react-native/receive-messages.mdx | 4 ++-- sdk/react-native/send-message.mdx | 4 ++-- ui-kit/react-native/events.mdx | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/sdk/react-native/ai-agents.mdx b/sdk/react-native/ai-agents.mdx index 32452827c..521935692 100644 --- a/sdk/react-native/ai-agents.mdx +++ b/sdk/react-native/ai-agents.mdx @@ -1,7 +1,7 @@ --- -title: "AI Agents" +title: "AI Agents in the CometChat React Native SDK" sidebarTitle: "AI Agents" -description: "Integrate AI Agents into your React Native app using the CometChat SDK, including real-time event streaming and agentic message handling." +description: "Integrate AI Agents into your React Native app with the CometChat SDK, including real-time event streaming, tool calls, and agentic message handling." --- diff --git a/sdk/react-native/campaigns.mdx b/sdk/react-native/campaigns.mdx index 683654d63..84d5fdc12 100644 --- a/sdk/react-native/campaigns.mdx +++ b/sdk/react-native/campaigns.mdx @@ -1,6 +1,6 @@ --- -title: "Campaigns" -description: "Fetch notification feed items, listen for real-time delivery, mark items as read/delivered, report engagement, and track push notifications using the CometChat React Native SDK." +title: "Campaigns in the CometChat React Native SDK" +description: "Deliver targeted in-app notifications in React Native with CometChat Campaigns, using Card Schema JSON, real-time delivery listeners, and engagement APIs." --- CometChat Campaigns lets you deliver targeted, rich notifications to users via an in-app notification feed. Each notification is a **Card Schema JSON** — a structured layout rendered natively by the CometChat Cards library. diff --git a/sdk/react-native/message-structure-and-hierarchy.mdx b/sdk/react-native/message-structure-and-hierarchy.mdx index ab688fbe9..03001c627 100644 --- a/sdk/react-native/message-structure-and-hierarchy.mdx +++ b/sdk/react-native/message-structure-and-hierarchy.mdx @@ -1,5 +1,5 @@ --- -title: "Message Structure and Hierarchy" +title: "Message structure and hierarchy in React Native SDK" sidebarTitle: "Message Structure" description: "Understand the message categories, types, and hierarchy in the CometChat React Native SDK including text, media, custom, card, action, and call messages." --- diff --git a/sdk/react-native/real-time-listeners.mdx b/sdk/react-native/real-time-listeners.mdx index 1a8a385c1..8e6a44165 100644 --- a/sdk/react-native/real-time-listeners.mdx +++ b/sdk/react-native/real-time-listeners.mdx @@ -1,6 +1,6 @@ --- -title: "All Real Time Listeners" -description: "Complete reference for all CometChat real-time listeners in the React Native SDK including User, Group, Message, and Call listeners." +title: "Real-time listeners in the CometChat React Native SDK" +description: "Reference for all CometChat real-time listeners in the React Native SDK, including User, Group, Message, Call, and AI Assistant event listeners." --- diff --git a/sdk/react-native/receive-messages.mdx b/sdk/react-native/receive-messages.mdx index 13328bc50..e49367ff2 100644 --- a/sdk/react-native/receive-messages.mdx +++ b/sdk/react-native/receive-messages.mdx @@ -1,7 +1,7 @@ --- -title: "Receive Messages" +title: "Receive messages with the React Native SDK" sidebarTitle: "Receive Messages" -description: "Receive real-time messages, fetch unread messages, retrieve message history, search messages, and get unread counts using the CometChat React Native SDK." +description: "Receive real-time messages, fetch unread messages, retrieve conversation history, search messages, and get unread counts with the CometChat React Native SDK." --- diff --git a/sdk/react-native/send-message.mdx b/sdk/react-native/send-message.mdx index 05f5518dd..6d4e4a702 100644 --- a/sdk/react-native/send-message.mdx +++ b/sdk/react-native/send-message.mdx @@ -1,7 +1,7 @@ --- -title: "Send Messages" +title: "Send messages with the React Native SDK" sidebarTitle: "Send Messages" -description: "Send CometChat text, media, and custom messages to users and groups in React Native apps with message types and metadata." +description: "Send text, media, custom, interactive, and card messages to users and groups in your React Native app using the CometChat SDK, with metadata support." --- diff --git a/ui-kit/react-native/events.mdx b/ui-kit/react-native/events.mdx index 3e9a15eda..c0dd8af61 100644 --- a/ui-kit/react-native/events.mdx +++ b/ui-kit/react-native/events.mdx @@ -1,6 +1,6 @@ --- -title: "Events" -description: "Listen to UI Kit events for conversations, users, groups, messages, and calls in React Native UI Kit." +title: "Events in the CometChat React Native UI Kit" +description: "Listen to CometChat React Native UI Kit events for conversations, users, groups, messages, and call lifecycle updates to react to actions across components." --- From 1288ee7c0a60c743dec9408cf7af108685cfc5c1 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 09:03:19 +0000 Subject: [PATCH 07/17] docs: improve SEO title and description for React Native AI Agent guide --- ui-kit/react-native/guide-ai-agent.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-kit/react-native/guide-ai-agent.mdx b/ui-kit/react-native/guide-ai-agent.mdx index 5496e24e2..3d5249de6 100644 --- a/ui-kit/react-native/guide-ai-agent.mdx +++ b/ui-kit/react-native/guide-ai-agent.mdx @@ -1,7 +1,7 @@ --- -title: "AI Agent Integration" +title: "AI Agent integration in React Native UI Kit" sidebarTitle: "AI Agent Integration" -description: "Enable intelligent conversational AI capabilities in your React Native app using CometChat UI Kit v5 with AI Agent integration." +description: "Enable intelligent conversational AI in your React Native app with CometChat UI Kit v5 AI Agents, supporting one-to-one and group agent conversations." --- From 5aee3a3727aac4e86716cde6eca61384217b49aa Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 09:06:01 +0000 Subject: [PATCH 08/17] docs: improve SEO titles and descriptions for Android UI Kit v6 pages --- ui-kit/android/v6/call-features.mdx | 4 ++-- ui-kit/android/v6/calling-integration.mdx | 4 ++-- ui-kit/android/v6/getting-started-jetpack.mdx | 2 +- ui-kit/android/v6/getting-started-kotlin.mdx | 2 +- ui-kit/android/v6/getting-started.mdx | 2 +- ui-kit/android/v6/guide-ai-agent.mdx | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui-kit/android/v6/call-features.mdx b/ui-kit/android/v6/call-features.mdx index fd4aa1baf..583947074 100644 --- a/ui-kit/android/v6/call-features.mdx +++ b/ui-kit/android/v6/call-features.mdx @@ -1,6 +1,6 @@ --- -title: "Call" -description: "Add one-on-one and group audio/video calling to your Android app using the CometChat Calls SDK and UI Kit." +title: "Call features in the CometChat Android UI Kit v6" +description: "Add one-on-one and group audio and video calling to your Android app with the CometChat Calls SDK and UI Kit v6, including call setup and event handling." --- diff --git a/ui-kit/android/v6/calling-integration.mdx b/ui-kit/android/v6/calling-integration.mdx index 4507315c6..0392f1151 100644 --- a/ui-kit/android/v6/calling-integration.mdx +++ b/ui-kit/android/v6/calling-integration.mdx @@ -1,6 +1,6 @@ --- -title: "Calling Integration" -description: "Add voice and video calling to your Android UI Kit application using chatuikit-kotlin or chatuikit-jetpack." +title: "Integrate calling in the Android UI Kit v6" +description: "Add voice and video calling to your Android app using the CometChat UI Kit v6 with chatuikit-kotlin or chatuikit-jetpack, including setup and permissions." --- ## Overview diff --git a/ui-kit/android/v6/getting-started-jetpack.mdx b/ui-kit/android/v6/getting-started-jetpack.mdx index da3702208..ba0911413 100644 --- a/ui-kit/android/v6/getting-started-jetpack.mdx +++ b/ui-kit/android/v6/getting-started-jetpack.mdx @@ -1,7 +1,7 @@ --- title: "Getting Started With Jetpack Compose UI Kit" sidebarTitle: "Jetpack Compose" -description: "Step-by-step guide to integrate the CometChat Jetpack Compose UI Kit into your Android app." +description: "Step-by-step guide to integrate the CometChat Jetpack Compose UI Kit v6 into your Android app, covering install, initialization, login, and chat components." --- diff --git a/ui-kit/android/v6/getting-started-kotlin.mdx b/ui-kit/android/v6/getting-started-kotlin.mdx index bbb885018..16366e3b6 100644 --- a/ui-kit/android/v6/getting-started-kotlin.mdx +++ b/ui-kit/android/v6/getting-started-kotlin.mdx @@ -1,7 +1,7 @@ --- title: "Getting Started With Kotlin UI Kit" sidebarTitle: "Kotlin (XML Views)" -description: "Step-by-step guide to integrate the CometChat Kotlin UI Kit with XML Views into your Android app." +description: "Step-by-step guide to integrate the CometChat Kotlin UI Kit v6 with XML Views into your Android app, covering install, initialization, login, and components." --- diff --git a/ui-kit/android/v6/getting-started.mdx b/ui-kit/android/v6/getting-started.mdx index a3220ee2d..9b4fbfb75 100644 --- a/ui-kit/android/v6/getting-started.mdx +++ b/ui-kit/android/v6/getting-started.mdx @@ -1,7 +1,7 @@ --- title: "Getting Started With CometChat Android UI Kit" sidebarTitle: "Integration" -description: "Install, configure, and launch the CometChat Android UI Kit in your app — choose Kotlin (XML Views) or Jetpack Compose." +description: "Install, configure, and launch the CometChat Android UI Kit v6 in your app with a choice of Kotlin XML Views or Jetpack Compose integration paths." --- diff --git a/ui-kit/android/v6/guide-ai-agent.mdx b/ui-kit/android/v6/guide-ai-agent.mdx index 542145b75..990d8d813 100644 --- a/ui-kit/android/v6/guide-ai-agent.mdx +++ b/ui-kit/android/v6/guide-ai-agent.mdx @@ -1,7 +1,7 @@ --- -title: "AI Agent Integration" +title: "AI Agent integration in Android UI Kit v6" sidebarTitle: "AI Agent Integration" -description: "Enable AI-powered conversational assistance with chat history, contextual responses, and seamless handoffs." +description: "Enable AI-powered conversational assistance in your Android app with CometChat UI Kit v6 AI Agents, supporting one-to-one and group agent conversations." --- From a20df2b4ff07bbac0dfeda36a4faf51fc81ebad0 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 12:51:42 +0000 Subject: [PATCH 09/17] docs: improve SEO titles and descriptions for Flutter SDK and UI Kit pages --- calls/flutter/setup.mdx | 2 +- sdk/flutter/ai-agents.mdx | 4 ++-- sdk/flutter/campaigns.mdx | 2 +- sdk/flutter/messaging-overview.mdx | 4 ++-- sdk/flutter/overview.mdx | 4 ++-- sdk/flutter/receive-messages.mdx | 4 ++-- sdk/flutter/send-message.mdx | 4 ++-- ui-kit/flutter/call-features.mdx | 2 +- ui-kit/flutter/events.mdx | 4 ++-- ui-kit/flutter/getting-started.mdx | 2 +- ui-kit/flutter/guide-message-agentic-flow.mdx | 4 ++-- ui-kit/flutter/upgrading-from-v5.mdx | 2 +- 12 files changed, 19 insertions(+), 19 deletions(-) diff --git a/calls/flutter/setup.mdx b/calls/flutter/setup.mdx index 2d3033053..df6c2b426 100644 --- a/calls/flutter/setup.mdx +++ b/calls/flutter/setup.mdx @@ -1,5 +1,5 @@ --- -title: "Setup" +title: "Set up the CometChat Calls SDK for Flutter" sidebarTitle: "Setup" sdk_version: "5.x" description: "Set up CometChat Calls SDK v5 for Flutter with installation, app credentials, initialization, authentication, and a basic calling flow." diff --git a/sdk/flutter/ai-agents.mdx b/sdk/flutter/ai-agents.mdx index 5ca04c766..0f1bb2471 100644 --- a/sdk/flutter/ai-agents.mdx +++ b/sdk/flutter/ai-agents.mdx @@ -1,6 +1,6 @@ --- -title: "AI Agents" -description: "Learn how to integrate AI Agents in your Flutter app to process messages, trigger tools, and respond with context." +title: "AI Agents in the CometChat Flutter SDK" +description: "Integrate AI Agents into your Flutter app with the CometChat SDK to process user messages, trigger tools, and stream context-aware agent responses." --- # AI Agents Overview diff --git a/sdk/flutter/campaigns.mdx b/sdk/flutter/campaigns.mdx index 5a53f1a00..6b1d94e2b 100644 --- a/sdk/flutter/campaigns.mdx +++ b/sdk/flutter/campaigns.mdx @@ -1,5 +1,5 @@ --- -title: "Campaigns" +title: "Campaigns in the CometChat Flutter SDK" description: "Fetch notification feed items, listen for real-time delivery, mark items as read/delivered, report engagement, and retrieve unread counts in Flutter." --- diff --git a/sdk/flutter/messaging-overview.mdx b/sdk/flutter/messaging-overview.mdx index 5dec4204b..fc261028f 100644 --- a/sdk/flutter/messaging-overview.mdx +++ b/sdk/flutter/messaging-overview.mdx @@ -1,7 +1,7 @@ --- -title: "Messaging" +title: "Messaging overview for the CometChat Flutter SDK" sidebarTitle: "Overview" -description: "Understand CometChat Flutter messaging, including text, media, custom, card, action, and call message structures." +description: "Understand CometChat Flutter messaging, including text, media, custom, card, action, and call message structures, and the message class hierarchy." --- Messaging is one of the core features of CometChat. We've thoughtfully created methods to help you send, receive, and fetch message history. diff --git a/sdk/flutter/overview.mdx b/sdk/flutter/overview.mdx index b0eff39c1..c9a30d18e 100644 --- a/sdk/flutter/overview.mdx +++ b/sdk/flutter/overview.mdx @@ -1,7 +1,7 @@ --- -title: "Chat SDK" +title: "CometChat Chat SDK for Flutter overview" sidebarTitle: "Overview" -description: "Add CometChat Chat SDK to Flutter apps with real-time messaging, users, groups, conversations, and cross-platform support." +description: "Add the CometChat Chat SDK to Flutter apps for real-time messaging, users, groups, and conversations, with cross-platform support on Android, iOS, and web." --- The CometChat Chat SDK for Flutter enables real-time messaging, user management, group conversations, and more in your Flutter application. Built as a pure Dart implementation in v5, it removes the dependency on platform channels and works seamlessly across Android, iOS, Web, and desktop. diff --git a/sdk/flutter/receive-messages.mdx b/sdk/flutter/receive-messages.mdx index 6675f136e..1b5fd33e0 100644 --- a/sdk/flutter/receive-messages.mdx +++ b/sdk/flutter/receive-messages.mdx @@ -1,6 +1,6 @@ --- -title: "Receive A Message" -description: "Receive CometChat messages in Flutter apps with real-time MessageListener callbacks and missed message retrieval." +title: "Receive messages with the CometChat Flutter SDK" +description: "Receive CometChat messages in Flutter apps with real-time MessageListener callbacks, missed message retrieval, and conversation history fetching." --- diff --git a/sdk/flutter/send-message.mdx b/sdk/flutter/send-message.mdx index b409a425a..d897813a0 100644 --- a/sdk/flutter/send-message.mdx +++ b/sdk/flutter/send-message.mdx @@ -1,6 +1,6 @@ --- -title: "Send A Message" -description: "Send CometChat text, media, and custom messages to users and groups from Flutter apps, and handle receive-only card messages." +title: "Send messages with the CometChat Flutter SDK" +description: "Send CometChat text, media, custom, and interactive messages to users and groups from Flutter apps, and handle receive-only card messages from AI agents." --- diff --git a/ui-kit/flutter/call-features.mdx b/ui-kit/flutter/call-features.mdx index 70a25fad1..82fd2263f 100644 --- a/ui-kit/flutter/call-features.mdx +++ b/ui-kit/flutter/call-features.mdx @@ -1,7 +1,7 @@ --- title: "Call features in the CometChat Flutter UI Kit" sidebarTitle: "Call" -description: "Integrate CometChat Flutter UI Kit calling with one-on-one and group audio/video calls, setup, initialization, and call events." +description: "Integrate calling in the CometChat Flutter UI Kit with one-on-one and group audio and video calls, including setup, initialization, and call lifecycle events." --- ## Overview diff --git a/ui-kit/flutter/events.mdx b/ui-kit/flutter/events.mdx index aafde12a6..2fee6bd87 100644 --- a/ui-kit/flutter/events.mdx +++ b/ui-kit/flutter/events.mdx @@ -1,6 +1,6 @@ --- -title: "Events" -description: "Handle CometChat Flutter UI Kit events for users, groups, messages, conversations, calls, and UI-level interactions." +title: "Events in the CometChat Flutter UI Kit" +description: "Handle CometChat Flutter UI Kit events for users, groups, messages, conversations, calls, and UI-level interactions with a decoupled event architecture." --- ## Overview diff --git a/ui-kit/flutter/getting-started.mdx b/ui-kit/flutter/getting-started.mdx index 42fd68740..f7ddd5052 100644 --- a/ui-kit/flutter/getting-started.mdx +++ b/ui-kit/flutter/getting-started.mdx @@ -1,7 +1,7 @@ --- title: "Getting Started With CometChat Flutter UI Kit V6" sidebarTitle: "Getting Started" -description: "Set up CometChat Flutter UI Kit V6 with app credentials, package installation, initialization, users, groups, messages, and calls." +description: "Set up the CometChat Flutter UI Kit V6 with app credentials, package installation, initialization, and prebuilt users, groups, messages, and calls components." --- CometChat UI Kit V6 for Flutter is a package of pre-assembled UI elements built on clean architecture with BLoC state management. It provides essential messaging functionalities with options for light and dark themes, diverse fonts, colors, and extensive customization capabilities. diff --git a/ui-kit/flutter/guide-message-agentic-flow.mdx b/ui-kit/flutter/guide-message-agentic-flow.mdx index 3024663e2..d20877043 100644 --- a/ui-kit/flutter/guide-message-agentic-flow.mdx +++ b/ui-kit/flutter/guide-message-agentic-flow.mdx @@ -1,7 +1,7 @@ --- -title: "Message Agentic Flow" +title: "Message agentic flow in the Flutter UI Kit" sidebarTitle: "Message Agentic Flow" -description: "Implement CometChat Flutter UI Kit agentic message flows with AI-powered message handling and custom AI message rendering." +description: "Implement agentic message flows in the CometChat Flutter UI Kit V6 with AI-powered message handling, custom AI rendering, and agent participation in groups." --- Implement agentic message flows in your Flutter app using CometChat V6 UIKit. This guide covers how to integrate AI-powered message handling with the chat interface. diff --git a/ui-kit/flutter/upgrading-from-v5.mdx b/ui-kit/flutter/upgrading-from-v5.mdx index 007c43676..0d6e2a7fd 100644 --- a/ui-kit/flutter/upgrading-from-v5.mdx +++ b/ui-kit/flutter/upgrading-from-v5.mdx @@ -1,7 +1,7 @@ --- title: "Upgrade the CometChat Flutter UI Kit from V5 to V6" sidebarTitle: "Upgrading From V5" -description: "Upgrade from CometChat Flutter UI Kit V5 to V6 with package changes, initialization updates, BLoC architecture, and migration steps." +description: "Upgrade from CometChat Flutter UI Kit V5 to V6 with package changes, initialization updates, BLoC clean architecture, and step-by-step migration instructions." --- This guide helps you migrate from CometChat Flutter UI Kit V5 to V6. V6 is a major architectural refactor that introduces clean architecture with BLoC state management while maintaining the same user-facing widget APIs. From dc2a614ebc42e1eb76c3daaf3daca461d0ef45c1 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 11:33:37 +0000 Subject: [PATCH 10/17] docs: improve SEO titles and descriptions for iOS SDK and UI Kit pages --- sdk/ios/ai-agents.mdx | 4 ++-- sdk/ios/all-real-time-delegates-listeners.mdx | 4 ++-- sdk/ios/authentication-overview.mdx | 4 ++-- sdk/ios/campaigns.mdx | 4 ++-- sdk/ios/launch-call-screen-on-tap-of-push-notification.mdx | 4 ++-- sdk/ios/message-structure-and-hierarchy.mdx | 4 ++-- sdk/ios/overview.mdx | 4 ++-- sdk/ios/receive-message.mdx | 4 ++-- sdk/ios/send-message.mdx | 4 ++-- ui-kit/ios/events.mdx | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/sdk/ios/ai-agents.mdx b/sdk/ios/ai-agents.mdx index 5f1cc5055..2f72672b4 100644 --- a/sdk/ios/ai-agents.mdx +++ b/sdk/ios/ai-agents.mdx @@ -1,7 +1,7 @@ --- -title: "AI Agents" +title: "AI Agents in the CometChat iOS SDK" sidebarTitle: "AI Agents" -description: "Integrate AI Agents for intelligent automated interactions using the CometChat iOS SDK with real-time streaming events." +description: "Integrate AI Agents into your iOS app with the CometChat SDK for intelligent automated interactions, real-time streaming events, tool calls, and card messages." --- diff --git a/sdk/ios/all-real-time-delegates-listeners.mdx b/sdk/ios/all-real-time-delegates-listeners.mdx index 5ea3143d7..6bed585f2 100644 --- a/sdk/ios/all-real-time-delegates-listeners.mdx +++ b/sdk/ios/all-real-time-delegates-listeners.mdx @@ -1,6 +1,6 @@ --- -title: "All Real Time Delegates (Listeners)" -description: "Complete reference for all CometChat iOS SDK real-time delegates including User, Group, Message, and Call listeners." +title: "Real-time delegates in the CometChat iOS SDK" +description: "Reference for CometChat iOS SDK real-time delegates including user, group, message, call, and AI assistant listeners for handling live chat events." --- diff --git a/sdk/ios/authentication-overview.mdx b/sdk/ios/authentication-overview.mdx index e976f24cc..4234e3855 100644 --- a/sdk/ios/authentication-overview.mdx +++ b/sdk/ios/authentication-overview.mdx @@ -1,7 +1,7 @@ --- -title: "Authentication" +title: "Authentication in the CometChat iOS SDK" sidebarTitle: "Authentication" -description: "Create users, log in with Auth Key or Auth Token, check login status, and log out using the CometChat iOS SDK." +description: "Create users, log in with an Auth Key or Auth Token, check login status, and log out using the CometChat iOS SDK for secure chat session management." --- {/* TL;DR for Agents and Quick Reference */} diff --git a/sdk/ios/campaigns.mdx b/sdk/ios/campaigns.mdx index 74495aaf1..353508118 100644 --- a/sdk/ios/campaigns.mdx +++ b/sdk/ios/campaigns.mdx @@ -1,6 +1,6 @@ --- -title: "Campaigns" -description: "CometChat Campaigns SDK APIs — fetching feed items, managing engagement state, reporting interactions, and receiving real-time notifications." +title: "Campaigns in the CometChat iOS SDK" +description: "Deliver targeted in-app notifications on iOS with CometChat Campaigns using Card Schema JSON, real-time delivery delegates, engagement state, and unread counts." --- CometChat Campaigns lets you deliver targeted, rich notifications to users via an in-app notification feed. Each notification is a Card Schema JSON — a structured layout rendered natively by the CometChat Cards library. The SDK provides APIs to fetch feed items, listen for real-time delivery, mark items as read/delivered, report engagement, and retrieve unread counts. diff --git a/sdk/ios/launch-call-screen-on-tap-of-push-notification.mdx b/sdk/ios/launch-call-screen-on-tap-of-push-notification.mdx index 2f2faa030..293b8bd34 100644 --- a/sdk/ios/launch-call-screen-on-tap-of-push-notification.mdx +++ b/sdk/ios/launch-call-screen-on-tap-of-push-notification.mdx @@ -1,6 +1,6 @@ --- -title: "Launch Call Screen On Tap Of Push Notification" -description: "Guide to launching the incoming call screen from UI Kit when user taps a call push notification." +title: "Launch call screen from a push notification on iOS" +description: "Launch the CometChat incoming call screen from the iOS UI Kit when a user taps a VoIP push notification, including CallKit and payload handling." --- diff --git a/sdk/ios/message-structure-and-hierarchy.mdx b/sdk/ios/message-structure-and-hierarchy.mdx index cdbde8222..a5359934f 100644 --- a/sdk/ios/message-structure-and-hierarchy.mdx +++ b/sdk/ios/message-structure-and-hierarchy.mdx @@ -1,6 +1,6 @@ --- -title: "Message Structure And Hierarchy" -description: "Understand CometChat iOS SDK message categories, message types, base messages, and message hierarchy for chat apps." +title: "Message structure and hierarchy in the iOS SDK" +description: "Understand CometChat iOS SDK message categories, types, base messages, and the message class hierarchy for text, media, custom, card, and call messages." --- diff --git a/sdk/ios/overview.mdx b/sdk/ios/overview.mdx index 61b3b818f..3d50de81f 100644 --- a/sdk/ios/overview.mdx +++ b/sdk/ios/overview.mdx @@ -1,7 +1,7 @@ --- -title: "iOS SDK" +title: "CometChat iOS SDK overview" sidebarTitle: "Overview" -description: "Add real-time chat, voice, and video to iOS apps with the CometChat SDK, including users, groups, messages, and calls." +description: "Add real-time chat, voice, and video calling to iOS apps with the CometChat SDK, covering users, groups, messages, conversations, and AI agent integration." --- {/* TL;DR for Agents and Quick Reference */} diff --git a/sdk/ios/receive-message.mdx b/sdk/ios/receive-message.mdx index 520ca1870..967874b2f 100644 --- a/sdk/ios/receive-message.mdx +++ b/sdk/ios/receive-message.mdx @@ -1,7 +1,7 @@ --- -title: "Receive Messages" +title: "Receive messages with the CometChat iOS SDK" sidebarTitle: "Receive Messages" -description: "Receive real-time messages, fetch unread messages, and retrieve message history using the CometChat iOS SDK." +description: "Receive real-time messages, fetch unread messages, retrieve conversation history, and handle card messages from AI agents with the CometChat iOS SDK." --- diff --git a/sdk/ios/send-message.mdx b/sdk/ios/send-message.mdx index 6120712fe..2275f0685 100644 --- a/sdk/ios/send-message.mdx +++ b/sdk/ios/send-message.mdx @@ -1,7 +1,7 @@ --- -title: "Send Messages" +title: "Send messages with the CometChat iOS SDK" sidebarTitle: "Send Messages" -description: "Send CometChat text, media, and custom messages to users and groups with the iOS SDK using success and error callbacks." +description: "Send CometChat text, media, custom, and interactive messages to users and groups from your iOS app, using success and error callbacks in Swift and Objective-C." --- diff --git a/ui-kit/ios/events.mdx b/ui-kit/ios/events.mdx index 4be764cd2..dd32c3867 100644 --- a/ui-kit/ios/events.mdx +++ b/ui-kit/ios/events.mdx @@ -1,6 +1,6 @@ --- -title: "Events" -description: "Listen and respond to user actions and state changes in CometChat UI Kit" +title: "Events in the CometChat iOS UI Kit" +description: "Listen to CometChat iOS UI Kit events for users, groups, messages, conversations, calls, and card action taps to respond to user actions and state changes." --- From 91bd4dd56e17bb037dabcc44a4f69983ed4ec99b Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:29:55 +0000 Subject: [PATCH 11/17] docs: improve SEO titles and descriptions for Angular UI Kit card pages --- ui-kit/angular/campaigns.mdx | 4 ++-- ui-kit/angular/components/cometchat-card-bubble.mdx | 4 ++-- ui-kit/angular/components/notification-feed.mdx | 4 ++-- ui-kit/angular/events.mdx | 4 ++-- ui-kit/angular/guides/card-messages.mdx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ui-kit/angular/campaigns.mdx b/ui-kit/angular/campaigns.mdx index 9621f8f1f..3a4bf688b 100644 --- a/ui-kit/angular/campaigns.mdx +++ b/ui-kit/angular/campaigns.mdx @@ -1,6 +1,6 @@ --- -title: "Campaigns" -description: "Deliver targeted, rich notifications to users via an in-app notification feed powered by the CometChat Cards renderer." +title: "Campaigns in the CometChat Angular UI Kit" +description: "Send targeted, rich in-app notifications in your Angular app with the CometChat Campaigns feed and Cards renderer for images, buttons, and interactive actions." --- CometChat Campaigns enables you to send rich, interactive notifications to users through an in-app notification feed. Each notification is rendered as a native card using the **CometChat Cards** library — supporting images, text, buttons, layouts, and interactive actions. diff --git a/ui-kit/angular/components/cometchat-card-bubble.mdx b/ui-kit/angular/components/cometchat-card-bubble.mdx index 81e757911..360d3fc24 100644 --- a/ui-kit/angular/components/cometchat-card-bubble.mdx +++ b/ui-kit/angular/components/cometchat-card-bubble.mdx @@ -1,6 +1,6 @@ --- -title: "Card Bubble" -description: "Angular component that renders a developer Card Message inside a message bubble using the prebuilt CometChat Cards renderer, with pure-forwarded card actions." +title: "Card Bubble component in the Angular UI Kit" +description: "Angular component that renders a developer Card Message inside a message bubble using the CometChat Cards renderer, with pure-forwarded card action events." --- The `CometChatCardBubbleComponent` renders a **developer Card Message** (`message.category === "card"`) as a card bubble inside a conversation. It is the card equivalent of [`CometChatTextBubble`](/ui-kit/angular/components/cometchat-text-bubble): the surrounding [`CometChatMessageBubble`](/ui-kit/angular/components/cometchat-message-bubble) wrapper supplies the container, receipts, reactions, long-press options, reply and thread view — this component only replaces the **content view** with the rendered card. diff --git a/ui-kit/angular/components/notification-feed.mdx b/ui-kit/angular/components/notification-feed.mdx index e8d4c55a1..36c75a5e1 100644 --- a/ui-kit/angular/components/notification-feed.mdx +++ b/ui-kit/angular/components/notification-feed.mdx @@ -1,6 +1,6 @@ --- -title: "Notification Feed" -description: "Full-screen notification feed component with category filtering, card rendering, real-time updates, and engagement reporting." +title: "Notification Feed component in the Angular UI Kit" +description: "Full-screen Angular notification feed component with category filtering, Card Message rendering, real-time updates, and engagement reporting for Campaigns." --- diff --git a/ui-kit/angular/events.mdx b/ui-kit/angular/events.mdx index 95062e838..22e652324 100644 --- a/ui-kit/angular/events.mdx +++ b/ui-kit/angular/events.mdx @@ -1,6 +1,6 @@ --- -title: "Events" -description: "Reference for CometChat Angular UIKit events including conversation, user, group, message, call, and UI events." +title: "Events in the CometChat Angular UI Kit" +description: "Reference for CometChat Angular UI Kit events covering conversations, users, groups, messages, calls, and card actions, subscribed via RxJS observables." --- Events provide decoupled communication between UIKit components using a publish/subscribe event bus pattern. Components emit events in response to user interactions or state changes, allowing other parts of your application to react without direct component references. In Angular, you subscribe to these events using RxJS observables and manage subscriptions through component lifecycle hooks. diff --git a/ui-kit/angular/guides/card-messages.mdx b/ui-kit/angular/guides/card-messages.mdx index c047422c5..ab3736e28 100644 --- a/ui-kit/angular/guides/card-messages.mdx +++ b/ui-kit/angular/guides/card-messages.mdx @@ -1,6 +1,6 @@ --- -title: "Card Messages" -description: "How the Angular UIKit renders Card Messages — developer cards, persisted agent cards, and streaming agent cards — and how to handle card actions." +title: "Render Card Messages in the Angular UI Kit" +description: "Render developer, persisted agent, and streaming agent Card Messages in the CometChat Angular UI Kit and handle card actions with the ccCardActionClicked event." --- From 5f7c6efec43ad08ed599e5b7e7f849df416fe196 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:32:06 +0000 Subject: [PATCH 12/17] docs: improve SEO titles and descriptions for JavaScript SDK card message pages --- sdk/javascript/ai-agents.mdx | 4 ++-- sdk/javascript/all-real-time-listeners.mdx | 4 ++-- sdk/javascript/card-messages.mdx | 4 ++-- sdk/javascript/message-structure-and-hierarchy.mdx | 4 ++-- sdk/javascript/send-message.mdx | 4 ++-- sdk/reference/messages.mdx | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sdk/javascript/ai-agents.mdx b/sdk/javascript/ai-agents.mdx index c95561339..fb16dbddc 100644 --- a/sdk/javascript/ai-agents.mdx +++ b/sdk/javascript/ai-agents.mdx @@ -1,6 +1,6 @@ --- -title: "AI Agents" -description: "Handle CometChat AI Agent events, tool calls, and agent messages in JavaScript apps." +title: "AI Agents in the CometChat JavaScript SDK" +description: "Handle CometChat AI Agent events, tool calls, streaming responses, card messages, and agent-generated messages in your JavaScript and TypeScript apps." --- ## AI Agents Overview diff --git a/sdk/javascript/all-real-time-listeners.mdx b/sdk/javascript/all-real-time-listeners.mdx index bd78c0c1e..261f4f4de 100644 --- a/sdk/javascript/all-real-time-listeners.mdx +++ b/sdk/javascript/all-real-time-listeners.mdx @@ -1,6 +1,6 @@ --- -title: "All Real Time Listeners" -description: "Use CometChat real-time listeners for user presence, groups, messages, calls, AI assistant events, and ongoing calls." +title: "Real-time listeners in the JavaScript SDK" +description: "Use CometChat JavaScript SDK real-time listeners for user presence, groups, messages, calls, card messages, and AI assistant streaming events." --- CometChat provides 4 listeners viz. diff --git a/sdk/javascript/card-messages.mdx b/sdk/javascript/card-messages.mdx index 5fd66fc1c..1d75d1d2c 100644 --- a/sdk/javascript/card-messages.mdx +++ b/sdk/javascript/card-messages.mdx @@ -1,6 +1,6 @@ --- -title: "Card Messages" -description: "Receive and render rich card messages with the CometChat JavaScript SDK." +title: "Card Messages in the CometChat JavaScript SDK" +description: "Receive and render rich, receive-only Card Messages in JavaScript with standalone cards, inline AI assistant elements, and real-time card streaming events." --- Card messages let your app display rich, structured content — such as product cards, confirmations, or AI-generated summaries — inside a conversation. In the JavaScript SDK, card support is **receive-only**: the SDK deserializes incoming cards and hands you their raw payload through typed accessors, and your app is responsible for turning that payload into UI. diff --git a/sdk/javascript/message-structure-and-hierarchy.mdx b/sdk/javascript/message-structure-and-hierarchy.mdx index 70a5c598e..88fd1d4d8 100644 --- a/sdk/javascript/message-structure-and-hierarchy.mdx +++ b/sdk/javascript/message-structure-and-hierarchy.mdx @@ -1,7 +1,7 @@ --- -title: "Message" +title: "Message structure and hierarchy in JavaScript SDK" sidebarTitle: "Message Structure And Hierarchy" -description: "Understand CometChat JavaScript SDK message categories, types, and object hierarchy." +description: "Understand CometChat JavaScript SDK message categories, types, and the object hierarchy for text, media, custom, card, action, and call messages." --- The below diagram helps you better understand the various message categories and types that a CometChat message can belong to. diff --git a/sdk/javascript/send-message.mdx b/sdk/javascript/send-message.mdx index 563e87d24..af43c09ef 100644 --- a/sdk/javascript/send-message.mdx +++ b/sdk/javascript/send-message.mdx @@ -1,6 +1,6 @@ --- -title: "Send A Message" -description: "Send text, media, custom, and interactive chat messages with the CometChat JavaScript SDK." +title: "Send messages with the CometChat JavaScript SDK" +description: "Send text, media, custom, and interactive chat messages to users and groups with the CometChat JavaScript SDK, including metadata and delivery callbacks." --- Using CometChat, you can send three types of messages: diff --git a/sdk/reference/messages.mdx b/sdk/reference/messages.mdx index 1f411f8e9..d75b7bf69 100644 --- a/sdk/reference/messages.mdx +++ b/sdk/reference/messages.mdx @@ -1,7 +1,7 @@ --- -title: "Messages" +title: "Message class reference for CometChat SDKs" sidebarTitle: "Messages" -description: "Class reference for message objects returned by CometChat SDK methods. Covers BaseMessage and its subclasses like TextMessage." +description: "Class reference for message objects returned by CometChat SDK methods, covering BaseMessage and subclasses like TextMessage, MediaMessage, and CardMessage." --- This page documents the message classes used across all CometChat SDKs. All message objects share the same structure regardless of platform. From 38ef188915810b19eb6fc6df351b27f0d3472524 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:33:54 +0000 Subject: [PATCH 13/17] docs: improve SEO titles and descriptions for React UI Kit v7 card pages --- ui-kit/react/components-overview.mdx | 4 ++-- ui-kit/react/components/card-bubble.mdx | 4 ++-- ui-kit/react/event-system.mdx | 4 ++-- ui-kit/react/plugins/overview.mdx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui-kit/react/components-overview.mdx b/ui-kit/react/components-overview.mdx index 344bead0b..dc0b2d601 100644 --- a/ui-kit/react/components-overview.mdx +++ b/ui-kit/react/components-overview.mdx @@ -1,6 +1,6 @@ --- -title: "Overview" -description: "Understand the component architecture, usage patterns, and all available components in the CometChat React UI Kit." +title: "Components overview for the React UI Kit v7" +description: "Understand the component architecture, usage patterns, and available components in the CometChat React UI Kit v7 for building composable chat layouts." --- ## Architecture diff --git a/ui-kit/react/components/card-bubble.mdx b/ui-kit/react/components/card-bubble.mdx index dc52fc66f..92085884c 100644 --- a/ui-kit/react/components/card-bubble.mdx +++ b/ui-kit/react/components/card-bubble.mdx @@ -1,7 +1,7 @@ --- -title: "Card Bubble" +title: "Card Bubble component in the React UI Kit v7" sidebarTitle: "Card Bubble" -description: "A render-only bubble that draws developer-defined card messages (category \"card\") with the prebuilt CometChatCardView renderer and forwards card actions to your app." +description: "Render developer-defined card messages in the CometChat React UI Kit v7 with the CometChatCardBubble plugin and forward card action events to your app." --- diff --git a/ui-kit/react/event-system.mdx b/ui-kit/react/event-system.mdx index a2b35e12e..06ee3a587 100644 --- a/ui-kit/react/event-system.mdx +++ b/ui-kit/react/event-system.mdx @@ -1,6 +1,6 @@ --- -title: "Event System" -description: "Unified pub/sub event system that merges SDK listener events with local UI events for cross-component communication." +title: "Event system in the React UI Kit v7" +description: "Unified pub/sub event system in the CometChat React UI Kit v7 that merges SDK listener events with local UI events, including card actions and message events." --- diff --git a/ui-kit/react/plugins/overview.mdx b/ui-kit/react/plugins/overview.mdx index b9497302f..f2ef08fc2 100644 --- a/ui-kit/react/plugins/overview.mdx +++ b/ui-kit/react/plugins/overview.mdx @@ -1,7 +1,7 @@ --- -title: "Plugins" +title: "Plugins overview for the React UI Kit v7" sidebarTitle: "Overview" -description: "How the plugin system renders messages, the built-in plugins, and the AI plugin." +description: "Learn how the CometChat React UI Kit v7 plugin system renders messages, and explore built-in plugins including text, media, card, and AI plugins." --- ## What is a Plugin? From cc396f885b9db5568c86d885a06354198c16e864 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:35:40 +0000 Subject: [PATCH 14/17] docs: improve SEO titles and descriptions for React UI Kit v6 card pages --- ui-kit/react/v6/card-bubble.mdx | 4 ++-- ui-kit/react/v6/card-messages.mdx | 4 ++-- ui-kit/react/v6/events.mdx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui-kit/react/v6/card-bubble.mdx b/ui-kit/react/v6/card-bubble.mdx index 501aac081..6f8553e13 100644 --- a/ui-kit/react/v6/card-bubble.mdx +++ b/ui-kit/react/v6/card-bubble.mdx @@ -1,6 +1,6 @@ --- -title: "Card Bubble" -description: "React component that renders a developer Card Message inside a message bubble using the prebuilt CometChat Cards renderer, with pure-forwarded card actions." +title: "Card Bubble component in the React UI Kit v6" +description: "React component that renders a developer Card Message inside a message bubble using the CometChat Cards renderer, with pure-forwarded card action events." --- diff --git a/ui-kit/react/v6/card-messages.mdx b/ui-kit/react/v6/card-messages.mdx index aaf22a00f..b42fad1b7 100644 --- a/ui-kit/react/v6/card-messages.mdx +++ b/ui-kit/react/v6/card-messages.mdx @@ -1,6 +1,6 @@ --- -title: "Card Messages" -description: "How the React UI Kit renders Card Messages — developer cards, persisted agent cards, and streaming agent cards — and how to handle card actions." +title: "Render Card Messages in the React UI Kit v6" +description: "Render developer, persisted agent, and streaming agent Card Messages in the CometChat React UI Kit v6 and handle card actions via the ccCardActionClicked event." --- diff --git a/ui-kit/react/v6/events.mdx b/ui-kit/react/v6/events.mdx index c310c4c77..a815fbbbd 100644 --- a/ui-kit/react/v6/events.mdx +++ b/ui-kit/react/v6/events.mdx @@ -1,6 +1,6 @@ --- -title: "Events" -description: "Reference for CometChat React UI Kit events including conversation, user, group, message, and call events." +title: "Events in the CometChat React UI Kit v6" +description: "Reference for CometChat React UI Kit v6 events covering conversations, users, groups, messages, calls, and card action taps for cross-component communication." --- From 44332db8fc89250bf6c3e1517d8f9bcc68c213d4 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:10:05 +0000 Subject: [PATCH 15/17] docs: improve SEO title and description for React AI Assistant Chat page --- ui-kit/react/components/ai-assistant-chat.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-kit/react/components/ai-assistant-chat.mdx b/ui-kit/react/components/ai-assistant-chat.mdx index ed52d939e..57647f085 100644 --- a/ui-kit/react/components/ai-assistant-chat.mdx +++ b/ui-kit/react/components/ai-assistant-chat.mdx @@ -1,6 +1,6 @@ --- -title: "AI Assistant Chat" -description: "AI agent chat interface with streaming responses, suggested messages, tool calling, and conversation history." +title: "AI Assistant Chat component in React UI Kit v7" +description: "AI agent chat interface in the CometChat React UI Kit v7 with streaming responses, suggested messages, tool calling, and one-to-one or group conversations." --- From 0b8877f63c25af2edbfc7e28b8e6a649ed0e383e Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:04:45 +0000 Subject: [PATCH 16/17] docs: improve SEO titles and descriptions for Angular UI Kit v5 pages --- ui-kit/angular/api-reference/introduction.mdx | 5 +++-- ui-kit/angular/components/cometchat-audio-bubble.mdx | 5 +++-- ui-kit/angular/components/cometchat-call-buttons.mdx | 5 +++-- .../components/cometchat-collaborative-document-bubble.mdx | 5 +++-- .../components/cometchat-collaborative-whiteboard-bubble.mdx | 5 +++-- ui-kit/angular/components/cometchat-conversation-item.mdx | 5 +++-- ui-kit/angular/components/cometchat-conversations.mdx | 5 +++-- ui-kit/angular/components/cometchat-file-bubble.mdx | 5 +++-- ui-kit/angular/components/cometchat-group-item.mdx | 5 +++-- ui-kit/angular/components/cometchat-group-member-item.mdx | 5 +++-- ui-kit/angular/components/cometchat-group-members.mdx | 5 +++-- ui-kit/angular/components/cometchat-groups.mdx | 5 +++-- ui-kit/angular/components/cometchat-image-bubble.mdx | 5 +++-- ui-kit/angular/components/cometchat-message-bubble.mdx | 5 +++-- ui-kit/angular/components/cometchat-message-composer.mdx | 5 +++-- ui-kit/angular/components/cometchat-outgoing-call.mdx | 5 +++-- ui-kit/angular/components/cometchat-text-bubble.mdx | 5 +++-- ui-kit/angular/components/cometchat-users.mdx | 5 +++-- ui-kit/angular/components/cometchat-video-bubble.mdx | 5 +++-- ui-kit/angular/components/components-overview.mdx | 5 +++-- ui-kit/angular/guides/custom-message-types.mdx | 5 +++-- ui-kit/angular/guides/custom-text-formatter.mdx | 5 +++-- ui-kit/angular/guides/group-chat.mdx | 4 ++-- ui-kit/angular/guides/mentions-formatter.mdx | 5 +++-- ui-kit/angular/guides/message-privately.mdx | 4 ++-- ui-kit/angular/troubleshooting.mdx | 5 +++-- 26 files changed, 76 insertions(+), 52 deletions(-) diff --git a/ui-kit/angular/api-reference/introduction.mdx b/ui-kit/angular/api-reference/introduction.mdx index bc365ee1a..7a47afaaa 100644 --- a/ui-kit/angular/api-reference/introduction.mdx +++ b/ui-kit/angular/api-reference/introduction.mdx @@ -1,6 +1,7 @@ --- -title: Services -description: "Reference for CometChat UIKit Angular injectable services." +title: "Services API reference for the Angular UI Kit" +sidebarTitle: "Services" +description: "Reference for injectable services in the CometChat Angular UI Kit, covering SDK access, theme, localization, event bus, and framework-level services." --- This section documents the Angular services provided by the CometChat UIKit. These are injectable services you use via Angular's dependency injection to manage state, configure components, and customize behavior. diff --git a/ui-kit/angular/components/cometchat-audio-bubble.mdx b/ui-kit/angular/components/cometchat-audio-bubble.mdx index 74da4982e..606b833b0 100644 --- a/ui-kit/angular/components/cometchat-audio-bubble.mdx +++ b/ui-kit/angular/components/cometchat-audio-bubble.mdx @@ -1,6 +1,7 @@ --- -title: "Audio Bubble" -description: "A comprehensive Angular component for rendering audio messages with real-time waveform visualization, playback controls, download functionality, and caption support" +title: "Audio Bubble component in the Angular UI Kit" +sidebarTitle: "Audio Bubble" +description: "Angular component for rendering audio messages in the CometChat UI Kit with waveform visualization, playback controls, download, and caption support." --- The `CometChatAudioBubble` component is a sophisticated audio message display component that renders audio messages with real-time waveform visualization and playback controls. It serves as the primary content renderer for audio-based messages in the CometChat Angular UIKit, handling everything from single audio display to complex multi-audio layouts with expand/collapse behavior. diff --git a/ui-kit/angular/components/cometchat-call-buttons.mdx b/ui-kit/angular/components/cometchat-call-buttons.mdx index a4c70c387..cc4424a9f 100644 --- a/ui-kit/angular/components/cometchat-call-buttons.mdx +++ b/ui-kit/angular/components/cometchat-call-buttons.mdx @@ -1,6 +1,7 @@ --- -title: "Call Buttons" -description: "A standalone Angular component that provides voice and video call initiation buttons for user-to-user and group calls" +title: "Call Buttons component in the Angular UI Kit" +sidebarTitle: "Call Buttons" +description: "Standalone Angular component that provides voice and video call initiation buttons for one-to-one and group calls in the CometChat UI Kit." --- ## Overview diff --git a/ui-kit/angular/components/cometchat-collaborative-document-bubble.mdx b/ui-kit/angular/components/cometchat-collaborative-document-bubble.mdx index 939418a0e..9909d9c79 100644 --- a/ui-kit/angular/components/cometchat-collaborative-document-bubble.mdx +++ b/ui-kit/angular/components/cometchat-collaborative-document-bubble.mdx @@ -1,6 +1,7 @@ --- -title: "Collaborative Document Bubble" -description: "An Angular component for rendering collaborative document messages with banner images, localized text, and action buttons" +title: "Collaborative Document Bubble in Angular UI Kit" +sidebarTitle: "Collaborative Document Bubble" +description: "Angular component for rendering collaborative document messages in the CometChat UI Kit with banner images, localized text, and open-document action buttons." --- The `CometChatCollaborativeDocumentBubble` component renders collaborative document messages within chat. It displays a banner image, title, subtitle, and an action button that opens the document in a new fullscreen window. diff --git a/ui-kit/angular/components/cometchat-collaborative-whiteboard-bubble.mdx b/ui-kit/angular/components/cometchat-collaborative-whiteboard-bubble.mdx index 34ba29a95..a292a1f63 100644 --- a/ui-kit/angular/components/cometchat-collaborative-whiteboard-bubble.mdx +++ b/ui-kit/angular/components/cometchat-collaborative-whiteboard-bubble.mdx @@ -1,6 +1,7 @@ --- -title: "Collaborative Whiteboard Bubble" -description: "An Angular component for rendering collaborative whiteboard messages with banner images, localized text, and action buttons" +title: "Collaborative Whiteboard Bubble in Angular UI Kit" +sidebarTitle: "Collaborative Whiteboard Bubble" +description: "Angular component for rendering collaborative whiteboard messages in the CometChat UI Kit with banner images, localized text, and open-whiteboard actions." --- The `CometChatCollaborativeWhiteboardBubble` component renders collaborative whiteboard messages within chat. It displays a banner image, title, subtitle, and an action button that opens the whiteboard in a new fullscreen window. diff --git a/ui-kit/angular/components/cometchat-conversation-item.mdx b/ui-kit/angular/components/cometchat-conversation-item.mdx index 2cc5f2946..68b827b9c 100644 --- a/ui-kit/angular/components/cometchat-conversation-item.mdx +++ b/ui-kit/angular/components/cometchat-conversation-item.mdx @@ -1,6 +1,7 @@ --- -title: "Conversation Item" -description: "A focused Angular component for rendering a single conversation item with slot-based customization and granular event handling" +title: "Conversation Item component in Angular UI Kit" +sidebarTitle: "Conversation Item" +description: "Angular component for rendering a single CometChat conversation with slot-based customization, avatars, unread badges, and last message previews." --- ## Overview diff --git a/ui-kit/angular/components/cometchat-conversations.mdx b/ui-kit/angular/components/cometchat-conversations.mdx index 695589a0f..b76a260c4 100644 --- a/ui-kit/angular/components/cometchat-conversations.mdx +++ b/ui-kit/angular/components/cometchat-conversations.mdx @@ -1,6 +1,7 @@ --- -title: "Conversations" -description: "A comprehensive Angular component for displaying and managing real-time chat conversations with extensive customization options" +title: "Conversations component in the Angular UI Kit" +sidebarTitle: "Conversations" +description: "Angular component for displaying and managing real-time CometChat conversation lists with search, unread badges, filters, and extensive customization options." --- ## Overview diff --git a/ui-kit/angular/components/cometchat-file-bubble.mdx b/ui-kit/angular/components/cometchat-file-bubble.mdx index 8fcabf9d0..e46772131 100644 --- a/ui-kit/angular/components/cometchat-file-bubble.mdx +++ b/ui-kit/angular/components/cometchat-file-bubble.mdx @@ -1,6 +1,7 @@ --- -title: "File Bubble" -description: "A comprehensive Angular component for rendering file attachment messages with inline expand/collapse, file type icons, and caption support" +title: "File Bubble component in the Angular UI Kit" +sidebarTitle: "File Bubble" +description: "Angular component for rendering file attachment messages in the CometChat UI Kit with inline expand and collapse, file type icons, and caption support." --- The File Bubble component renders file attachments within chat messages while maintaining visual consistency with the design system and ensuring full accessibility: diff --git a/ui-kit/angular/components/cometchat-group-item.mdx b/ui-kit/angular/components/cometchat-group-item.mdx index 52f9c8209..a848c4b44 100644 --- a/ui-kit/angular/components/cometchat-group-item.mdx +++ b/ui-kit/angular/components/cometchat-group-item.mdx @@ -1,6 +1,7 @@ --- -title: "Group Item" -description: "A standalone Angular component for rendering a single group item with avatar, group type indicator, member count, and context menu support" +title: "Group Item component in the Angular UI Kit" +sidebarTitle: "Group Item" +description: "Standalone Angular component for rendering a single CometChat group with avatar, group type indicator, member count, and a context menu for group actions." --- ## Overview diff --git a/ui-kit/angular/components/cometchat-group-member-item.mdx b/ui-kit/angular/components/cometchat-group-member-item.mdx index 963344c5c..781a7890c 100644 --- a/ui-kit/angular/components/cometchat-group-member-item.mdx +++ b/ui-kit/angular/components/cometchat-group-member-item.mdx @@ -1,6 +1,7 @@ --- -title: "Group Member Item" -description: "A standalone Angular component for rendering a single group member item with avatar, role badge, status indicator, and context menu support" +title: "Group Member Item component in Angular UI Kit" +sidebarTitle: "Group Member Item" +description: "Standalone Angular component for rendering a single CometChat group member with avatar, role badge, presence status indicator, and a context menu for actions." --- ## Overview diff --git a/ui-kit/angular/components/cometchat-group-members.mdx b/ui-kit/angular/components/cometchat-group-members.mdx index 68fbdf5de..de54fc3f7 100644 --- a/ui-kit/angular/components/cometchat-group-members.mdx +++ b/ui-kit/angular/components/cometchat-group-members.mdx @@ -1,6 +1,7 @@ --- -title: "Group Members" -description: "A comprehensive Angular component for displaying and managing group members with search, scope management, and extensive customization options" +title: "Group Members component in the Angular UI Kit" +sidebarTitle: "Group Members" +description: "Angular component for displaying and managing CometChat group members with search, role and scope management, kick and ban actions, and customization options." --- ## Overview diff --git a/ui-kit/angular/components/cometchat-groups.mdx b/ui-kit/angular/components/cometchat-groups.mdx index fc43b0c46..f97740c8c 100644 --- a/ui-kit/angular/components/cometchat-groups.mdx +++ b/ui-kit/angular/components/cometchat-groups.mdx @@ -1,6 +1,7 @@ --- -title: "Groups" -description: "A comprehensive Angular component for displaying and managing real-time group lists with extensive customization options" +title: "Groups component in the Angular UI Kit" +sidebarTitle: "Groups" +description: "Angular component for displaying and managing real-time CometChat group lists with search, filters, join and create actions, and customization options." --- ## Overview diff --git a/ui-kit/angular/components/cometchat-image-bubble.mdx b/ui-kit/angular/components/cometchat-image-bubble.mdx index 2d4601ec9..00868203e 100644 --- a/ui-kit/angular/components/cometchat-image-bubble.mdx +++ b/ui-kit/angular/components/cometchat-image-bubble.mdx @@ -1,6 +1,7 @@ --- -title: "Image Bubble" -description: "A comprehensive Angular component for rendering image messages with grid layouts, fullscreen gallery viewer, and caption support" +title: "Image Bubble component in the Angular UI Kit" +sidebarTitle: "Image Bubble" +description: "Angular component for rendering image messages in the CometChat UI Kit with grid layouts, a fullscreen gallery viewer, download support, and image captions." --- The `CometChatImageBubble` component is a sophisticated image message display component that renders image messages with advanced layout capabilities. It serves as the primary content renderer for image-based messages in the CometChat Angular UIKit, handling everything from single image display to complex multi-image grid layouts with fullscreen viewing capabilities. diff --git a/ui-kit/angular/components/cometchat-message-bubble.mdx b/ui-kit/angular/components/cometchat-message-bubble.mdx index 6d917ab1c..a44461be7 100644 --- a/ui-kit/angular/components/cometchat-message-bubble.mdx +++ b/ui-kit/angular/components/cometchat-message-bubble.mdx @@ -1,6 +1,7 @@ --- -title: "Message Bubble" -description: "A flexible container component for rendering chat messages with configurable view slots, message options, and support for multiple message types" +title: "Message Bubble component in the Angular UI Kit" +sidebarTitle: "Message Bubble" +description: "Flexible Angular container for rendering CometChat chat messages with configurable view slots, an options menu, and support for multiple message types." --- The `CometChatMessageBubble` component is a versatile container component that renders chat messages with configurable view slots. It serves as the primary wrapper for displaying messages in the CometChat Angular UIKit, handling message alignment, options menus, status indicators, and content rendering based on message type. diff --git a/ui-kit/angular/components/cometchat-message-composer.mdx b/ui-kit/angular/components/cometchat-message-composer.mdx index fb9f76c29..d76b116d7 100644 --- a/ui-kit/angular/components/cometchat-message-composer.mdx +++ b/ui-kit/angular/components/cometchat-message-composer.mdx @@ -1,6 +1,7 @@ --- -title: "Message Composer" -description: "A comprehensive Angular component for composing and sending messages with rich text editing, attachments, emoji picker, voice recording, and @mentions" +title: "Message Composer component in Angular UI Kit" +sidebarTitle: "Message Composer" +description: "Angular component for composing and sending CometChat messages with rich text editing, attachments, an emoji picker, voice recording, and @mention support." --- ## Overview diff --git a/ui-kit/angular/components/cometchat-outgoing-call.mdx b/ui-kit/angular/components/cometchat-outgoing-call.mdx index 1921e8286..4df1e19ab 100644 --- a/ui-kit/angular/components/cometchat-outgoing-call.mdx +++ b/ui-kit/angular/components/cometchat-outgoing-call.mdx @@ -1,6 +1,7 @@ --- -title: "Outgoing Call" -description: "A standalone Angular component that displays an outgoing call overlay with receiver information and a cancel button" +title: "Outgoing Call component in the Angular UI Kit" +sidebarTitle: "Outgoing Call" +description: "Standalone Angular component that displays a CometChat outgoing call overlay with receiver information, a call status indicator, and a cancel call button." --- ## Overview diff --git a/ui-kit/angular/components/cometchat-text-bubble.mdx b/ui-kit/angular/components/cometchat-text-bubble.mdx index 2554b9abf..6d672d6fa 100644 --- a/ui-kit/angular/components/cometchat-text-bubble.mdx +++ b/ui-kit/angular/components/cometchat-text-bubble.mdx @@ -1,6 +1,7 @@ --- -title: "Text Bubble" -description: "A comprehensive Angular component for rendering text messages with rich formatting, link previews, translations, mentions, and intelligent content truncation" +title: "Text Bubble component in the Angular UI Kit" +sidebarTitle: "Text Bubble" +description: "Angular component for rendering CometChat text messages with rich formatting, link previews, translations, @mentions, and intelligent long content truncation." --- The `CometChatTextBubble` component is a sophisticated message display component that renders text messages with rich formatting capabilities. It serves as the primary content renderer for text-based messages in the CometChat Angular UIKit, handling everything from simple text display to complex features like link previews, translations, mentions, and rich text formatting. diff --git a/ui-kit/angular/components/cometchat-users.mdx b/ui-kit/angular/components/cometchat-users.mdx index 671e47d29..d23e58d2d 100644 --- a/ui-kit/angular/components/cometchat-users.mdx +++ b/ui-kit/angular/components/cometchat-users.mdx @@ -1,6 +1,7 @@ --- -title: "Users" -description: "A comprehensive Angular component for displaying and managing real-time user lists with extensive customization options" +title: "Users component in the Angular UI Kit" +sidebarTitle: "Users" +description: "Angular component for displaying and managing real-time CometChat user lists with search, presence indicators, filters, and extensive customization options." --- ## Overview diff --git a/ui-kit/angular/components/cometchat-video-bubble.mdx b/ui-kit/angular/components/cometchat-video-bubble.mdx index 230b3cec4..b50e3a5d3 100644 --- a/ui-kit/angular/components/cometchat-video-bubble.mdx +++ b/ui-kit/angular/components/cometchat-video-bubble.mdx @@ -1,6 +1,7 @@ --- -title: "Video Bubble" -description: "A comprehensive Angular component for rendering video messages with thumbnails, play overlays, duration badges, and fullscreen video player" +title: "Video Bubble component in the Angular UI Kit" +sidebarTitle: "Video Bubble" +description: "Angular component for rendering CometChat video messages with thumbnails, play overlays, duration badges, a fullscreen video player, and caption support." --- The `CometChatVideoBubble` component is a sophisticated video message display component that renders video messages with advanced layout capabilities. It serves as the primary content renderer for video-based messages in the CometChat Angular UIKit, handling everything from single video display to complex multi-video grid layouts with fullscreen playback capabilities. diff --git a/ui-kit/angular/components/components-overview.mdx b/ui-kit/angular/components/components-overview.mdx index 47d44849e..59be0299a 100644 --- a/ui-kit/angular/components/components-overview.mdx +++ b/ui-kit/angular/components/components-overview.mdx @@ -1,6 +1,7 @@ --- -title: "Overview" -description: "Overview of all available UI components" +title: "Components overview for the Angular UI Kit" +sidebarTitle: "Overview" +description: "Overview of all available UI components in the CometChat Angular UI Kit, including conversations, messages, users, groups, calls, and message bubble components." --- CometChat UIKit provides a comprehensive set of pre-built components for building chat experiences. diff --git a/ui-kit/angular/guides/custom-message-types.mdx b/ui-kit/angular/guides/custom-message-types.mdx index c4a2b2c9e..cd3235551 100644 --- a/ui-kit/angular/guides/custom-message-types.mdx +++ b/ui-kit/angular/guides/custom-message-types.mdx @@ -1,6 +1,7 @@ --- -title: "Custom Message Types" -description: "Register custom message bubble types, override conversation subtitles, and include custom messages in fetching." +title: "Custom message types in the Angular UI Kit" +sidebarTitle: "Custom Message Types" +description: "Register custom message bubble types in the CometChat Angular UI Kit, override conversation subtitles, and include custom messages in message fetching queries." --- diff --git a/ui-kit/angular/guides/custom-text-formatter.mdx b/ui-kit/angular/guides/custom-text-formatter.mdx index deae6001a..66e1fde79 100644 --- a/ui-kit/angular/guides/custom-text-formatter.mdx +++ b/ui-kit/angular/guides/custom-text-formatter.mdx @@ -1,6 +1,7 @@ --- -title: "Custom Text Formatter" -description: "Extend the CometChatTextFormatter base class to implement custom inline text patterns with regex and callbacks in Angular." +title: "Custom text formatter in the Angular UI Kit" +sidebarTitle: "Custom Text Formatter" +description: "Extend the CometChatTextFormatter base class to implement custom inline text patterns with regex, styled tokens, and click callbacks in the Angular UI Kit." --- diff --git a/ui-kit/angular/guides/group-chat.mdx b/ui-kit/angular/guides/group-chat.mdx index e2891ee7d..a5abbddbe 100644 --- a/ui-kit/angular/guides/group-chat.mdx +++ b/ui-kit/angular/guides/group-chat.mdx @@ -1,7 +1,7 @@ --- -title: "Group Chat" +title: "Build a group chat with the Angular UI Kit" sidebarTitle: "Group Chat" -description: "Implement group management including create, join, members, roles, and ownership transfer in CometChat Angular UIKit." +description: "Implement group chat features in the CometChat Angular UI Kit, including creating groups, joining, managing members and roles, and transferring ownership." --- diff --git a/ui-kit/angular/guides/mentions-formatter.mdx b/ui-kit/angular/guides/mentions-formatter.mdx index a24fdc496..d588b52b7 100644 --- a/ui-kit/angular/guides/mentions-formatter.mdx +++ b/ui-kit/angular/guides/mentions-formatter.mdx @@ -1,6 +1,7 @@ --- -title: "Mentions Formatter" -description: "Add @mentions with styled tokens, suggestion list, and click handling in CometChat Angular UI Kit." +title: "Mentions formatter in the Angular UI Kit" +sidebarTitle: "Mentions Formatter" +description: "Add @mentions to your CometChat Angular UI Kit chat with styled tokens, an inline suggestion list, click handling, and configurable mention triggers." --- diff --git a/ui-kit/angular/guides/message-privately.mdx b/ui-kit/angular/guides/message-privately.mdx index 76f25f151..ce35c0944 100644 --- a/ui-kit/angular/guides/message-privately.mdx +++ b/ui-kit/angular/guides/message-privately.mdx @@ -1,7 +1,7 @@ --- -title: "Message Privately" +title: "Message a group member privately in Angular UI Kit" sidebarTitle: "Message Privately" -description: "Launch a direct 1:1 chat from a group member profile in CometChat Angular UIKit." +description: "Launch a direct one-to-one chat from a group member's profile in the CometChat Angular UI Kit, including opening the conversation and wiring navigation." --- diff --git a/ui-kit/angular/troubleshooting.mdx b/ui-kit/angular/troubleshooting.mdx index df0fa8f5a..d49011695 100644 --- a/ui-kit/angular/troubleshooting.mdx +++ b/ui-kit/angular/troubleshooting.mdx @@ -1,6 +1,7 @@ --- -title: "Troubleshooting" -description: "Common failure modes and fixes for the CometChat Angular UIKit." +title: "Troubleshooting the CometChat Angular UI Kit" +sidebarTitle: "Troubleshooting" +description: "Common failure modes, error messages, and fixes for the CometChat Angular UI Kit, covering initialization, login, rendering, calling, and integration issues." --- From 550774379ecabdd9d82daa9ba4c46145925793f3 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:06:24 +0000 Subject: [PATCH 17/17] docs: improve SEO title and description for React v6 AI Assistant Chat page --- ui-kit/react/v6/ai-assistant-chat.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-kit/react/v6/ai-assistant-chat.mdx b/ui-kit/react/v6/ai-assistant-chat.mdx index ce1f4dfb1..89d8b9464 100644 --- a/ui-kit/react/v6/ai-assistant-chat.mdx +++ b/ui-kit/react/v6/ai-assistant-chat.mdx @@ -1,6 +1,6 @@ --- -title: "AI Assistant Chat" -description: "Composite AI agent chat with streaming responses, quick suggestions, new-chat reset, and chat history sidebar." +title: "AI Assistant Chat component in React UI Kit v6" +description: "Composite AI agent chat component in the CometChat React UI Kit v6 with streaming responses, quick suggestions, new-chat reset, and a chat history sidebar." --- ```json