Skip to main content
Message Privately lets users start a direct one-on-one chat with a group member. Before starting, complete the Getting Started guide.

Components


Integration Steps

1. Navigate to User Info

Open the user info screen when tapping on a group member’s profile or info icon. File: cometchat_group_info.dart

2. Display User Profile with Actions

The CometchatUserInfo widget displays the user’s profile with action tiles for voice call, video call, and messaging. File: cometchat_user_info.dart

3. Start Private Chat

Navigate to the private chat screen using PageManager when the user wants to message privately. File: page_manager.dart

4. Handle Mentions Navigation

When a user taps on a mention in a message, navigate to that user’s profile or start a private chat. File: cometchat_thread.dart

Feature Matrix


Next Steps

Groups

Display and manage group lists.

Group Members

View and manage group members.

Message List

Display messages in private chats.

All Guides

Browse all feature and formatter guides.