This repository contains the sample project using the Agora Chat Web UI KIT.
With this sample project, you can:
- Log in to the chat server.
- Start a chat conversation.
- Manage the conversation list.
- Add friends.
- Join group chats. Add your friends to your blacklist Send various types of messages, Such as: text, expression, picture, voice, file and so on Recall a message
- Log out of the chat server.
Tips: To use the webrtc feature, please use https
.
# Install dependency.
npm install
# Run in dev mode.
HTTPS=true npm start
# generate dist
npm run build
- You can find the complete API document at Document Center.
- You can file bugs about this demo aissue.
The MIT License (MIT).