Release Notes
Announcements
Task: Integrate Chat UIKit to build a WeChat-style chat app (full-featured mode, minimal runnable setup).Instructions:1. Detect the framework automatically (React / Vue3 / Flutter / Android / iOS).2. If the framework cannot be determined, call `present_framework_choice` so the user can choose.3. Call the appropriate MCP tool by platform:- Web: `get_web_chat_uikit_integration`- Native: `get_native_chat_uikit_integration`4. Parameters:- `framework`: use the actual framework (e.g. react, vue, flutter, android, ios).- `goals`: `['full-featured']`5. Call `get_usersig` to obtain credentials for two test user IDs, then wire up SDK init and login.6. Generate the full chat entry (conversation list + chat window + contacts/profile) and a login page where users can pick a test account. Register routes or pages as needed.7. Start the project and report: files changed, run command, and how to verify.Acceptance checklist:- SDK initializes successfully- User logs in successfully- Conversation list is visible- Messages can be sent and receivedTroubleshooting:- Invalid userSig → call `get_usersig` again- Login failure → check `SDKAPPID` / `SECRETKEY` (or equivalent) env vars- Messages not showing → check conversation ID format (e.g. `C2Cuserxxx`)Constraints:- Do not use deprecated APIs.- In production, UserSig must be issued by your backend, not the client.
test001.test002.When to use | Document |
You run into connection, build, or login issues | |
You only need one chat window on a page (no conversation list or full TUIKit) |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback