TUIKit Overview
TUIKit is a UI component library based on Chat SDK. It provides universal UI components to offer features such as conversation, chat, contacts, group, and audio/video call features.
With these UI components, you can quickly build your own business logic.
When implementing UI features, components in TUIKit will also call the corresponding APIs of the Chat SDK to implement Chat-related logic and data processing, allowing developers to focus on their own business needs or custom extensions.
TUIKit Components
TUIKit provides the following UI components: TUIChat, TUIConversation, TUIGroup, TUIContact, and TUIProfile. Each of these components is responsible for displaying different content.
TUIChat
TUIChat is responsible for message UI display. You can use it to directly send different types of messages, including text, emoji, image, video, and custom messages, long press on a message to like/reply to/quote messages, query message read receipt details, etc.
Note:
To respect the copyright of emoji designs, the Chat Demo/TUIKit project does not include cutouts of large emoji elements. Please replace them with your own designs or other emoji packs for which you hold the copyright before officially launching for commercial use. The default smiley face emoji pack shown below is copyrighted by Tencent RTC and is available for licensed use for a fee. If you need to obtain a license, please contact us. TUIConversation
TUIConversation is responsible for conversation list display and editing. It allows you to pin a conversation to the top, mute message notifications, delete conversations, etc.
TUIGroup
TUIGroup is responsible for managing group profiles, group members, and group permissions.
TUIContact is responsible for contacts display and permission setting.
TUIProfile
TUIProfile is responsible for user profile management.
Was this page helpful?