|
|
2 months ago | |
|---|---|---|
| .bmad-core | 2 months ago | |
| .claude | 2 months ago | |
| docs | 2 months ago | |
| packages | 2 months ago | |
| public | 2 months ago | |
| src | 2 months ago | |
| tests | 2 months ago | |
| .eslintignore | 2 months ago | |
| .eslintrc | 2 months ago | |
| .gitignore | 2 months ago | |
| .prettierrc | 2 months ago | |
| CLAUDE.md | 2 months ago | |
| README.md | 2 months ago | |
| index.html | 2 months ago | |
| package.json | 2 months ago | |
| playwright.config.ts | 2 months ago | |
| tsconfig.json | 2 months ago | |
| tsconfig.node.json | 2 months ago | |
| vite.config.ts | 2 months ago |
See Get Started with Agora to learn how to get an App ID and App Certificate. (Certificate must be turned on)
Activate RTM permissions in the console

Contact technical support to activate RTT permissions
Find .env file and fill in the following parameters correctly
VITE_AGORA_APP_ID=<YOUR_APP_ID>
VITE_AGORA_APP_CERTIFICATE=<YOUR_APP_CERTIFICATE>
In the project root path run the following command to install dependencies.
npm install
Use the following command to run the sample project.
npm run dev
Use the following command to build the sample project.
npm run build
This project includes plans for developing a reusable STT (Speech-to-Text) SDK based on the existing functionality.
The planned SDK will provide:
For detailed development plans, please refer to the epic documentation.