Quick Reference for AI Agents & DevelopersKey components used by extensions:
- Message Composer → CometChatMessageComposer (stickers, polls, whiteboard, document)
- Message List → CometChatMessageList (translation, link preview, thumbnails)
Overview
CometChat’s UI Kit comes with built-in support for a wide variety of extensions that provide additional functionality. These extensions enhance the chatting experience, making it more interactive, secure, and efficient. Activating any extension in CometChat is a simple process done through your application’s dashboard. For detailed information, refer to the Extensions guide. Once you have successfully enabled the desired extension in your dashboard, it will be reflected in your CometChat application upon initialization and successful login. The extension features will only be available if they are supported by the CometChat UI Kit. CometChat’s UI Kit offers built-in support for 12 powerful extensions. This seamless integration makes it easy to enhance your chat application with engaging features without any extra coding effort. Just enable the desired extensions from the CometChat Dashboard, and they will be automatically reflected in the relevant components of your application, providing a richer and more engaging experience for your users.Built-in Extensions
Here’s a guide on how you can enable and integrate these extensions:Stickers
The Stickers extension allows users to express their emotions more creatively. It adds a fun element to the chat by allowing users to send various pre-designed stickers. For a comprehensive guide on implementing the Sticker Extension, refer to the Sticker Extension documentation. Once you have activated the Sticker Extension from your CometChat Dashboard, the feature will automatically be incorporated into the Message Composer component.
Polls
The Polls extension enhances group discussions by allowing users to create polls. Users can ask questions with a predefined list of answers, enabling a quick, organized way to gather group opinions. For a comprehensive guide, refer to the Polls Extension documentation. Once you have activated the Polls Extension from your CometChat Dashboard, the feature will automatically be incorporated into the Action Sheet of the Message Composer component.
Collaborative Whiteboard
The Collaborative Whiteboard extension facilitates real-time collaboration. Users can draw, brainstorm, and share ideas on a shared digital whiteboard. For a comprehensive guide, refer to the Collaborative Whiteboard Extension documentation. Once you have activated the Collaborative Whiteboard Extension from your CometChat Dashboard, the feature will automatically be incorporated into the Action Sheet of the Message Composer component.
Collaborative Document
With the Collaborative Document extension, users can work together on a shared document. This feature is essential for remote teams where document collaboration is a recurring requirement. For a comprehensive guide, refer to the Collaborative Document Extension documentation. Once you have activated the Collaborative Document Extension from your CometChat Dashboard, the feature will automatically be incorporated into the Action Sheet of the Message Composer component.
Message Translation
The Message Translation extension translates any message into your local locale. It eliminates language barriers, making the chat more inclusive. For a comprehensive guide, refer to the Message Translation Extension documentation. Once you have activated the Message Translation Extension from your CometChat Dashboard, the feature will automatically be incorporated into the Action Sheet of the MessageList component.
Link Preview
The Link Preview extension provides a summary of any URL shared in the chat. It includes the title, a description, and a thumbnail image from the web page. For a comprehensive guide, refer to the Link Preview Extension documentation. Once you have activated the Link Preview Extension from your CometChat Dashboard, the feature will automatically be incorporated into the message bubble of the MessageList component.
Thumbnail Generation
The Thumbnail Generation extension automatically creates a smaller preview image whenever a larger image is shared, helping reduce upload/download time and bandwidth usage. For a comprehensive guide, refer to the Thumbnail Generation Extension documentation. Once you have activated the Thumbnail Generation Extension from your CometChat Dashboard, the feature will automatically be incorporated into the message bubble of the MessageList component.