Prerequisites
Before implementing any guide, ensure you have:- Completed Getting Started setup
- CometChat UIKit v5+ installed
- User logged in with
CometChatUIKit.login()
When to Use These Guides
Use these guides after completing Getting Started and wiring your base conversations/messages flows. Apply them to layer feature depth without rebuilding standard patterns.Guide Directory
| Guide | Description |
|---|---|
| AI Agent Integration | Add AI-powered chat assistants with chat history, contextual responses, and seamless handoffs. |
| Block / Unblock User | Add profile-level moderation so users can block or unblock others; hides interaction affordances and protects chat flow. |
| Call Log Details | Provide a detailed post-call screen with metadata, participants, history, and recordings for auditing and support. |
| Group Management | Implement create/join, membership listing, role changes, bans, and structured group moderation actions. |
| Group Ownership Transfer | Allow admins to hand over group ownership securely to another member. |
| Message Privately | Launch a direct 1:1 conversation from a group chat; streamlines side discussions without manual user searches. |
| New Chat | Offer a unified entry to discover users and groups and jump into new conversations quickly. |
| Threaded Messages | Add threaded reply views so users can branch focused discussions off individual messages. |
Related Resources
- Getting Started - Initial setup and configuration
- Components Overview - All available UI components
- Core Features - Messaging, reactions, threads, and more