2
0

Keine Beschreibung

yourname 3dcb46a024 📦 build(sdk): 支持UMD格式打包 vor 5 Monaten
.bmad-core b097957c79 📝 docs(architecture): 添加测试策略文档 vor 5 Monaten
.claude 75aba44d8a 🔧 chore(claude): update allowed commands in settings vor 5 Monaten
docs 3dcb46a024 📦 build(sdk): 支持UMD格式打包 vor 5 Monaten
packages 3dcb46a024 📦 build(sdk): 支持UMD格式打包 vor 5 Monaten
public c2e9a5977b init vor 5 Monaten
src 3046a545cf ✨ feat(sdk-test): add real-time transcription and translation display vor 5 Monaten
tests 98064f3acf ✨ feat(sdk-test): 集成RTC管理器并添加相关测试功能 vor 5 Monaten
.eslintignore c2e9a5977b init vor 5 Monaten
.eslintrc c2e9a5977b init vor 5 Monaten
.gitignore 2482c06162 🔧 chore(gitignore): add playwright report directories to gitignore vor 5 Monaten
.prettierrc c2e9a5977b init vor 5 Monaten
CLAUDE.md 5568892ad5 📝 docs(CLAUDE): 更新项目文档中的包管理器信息 vor 5 Monaten
README.md defd42adc3 📝 docs(sdk): add STT SDK development documentation vor 5 Monaten
index.html c2e9a5977b init vor 5 Monaten
package.json 0c57defddb ✨ feat(scripts): add typecheck script to package.json vor 5 Monaten
playwright.config.ts e3696b28c7 ✨ feat(sdk): 添加SDK功能测试页面和端到端测试 vor 5 Monaten
tsconfig.json 527bed9966 🔧 chore(tsconfig): update include paths to include stt-sdk-core tests vor 5 Monaten
tsconfig.node.json c2e9a5977b init vor 5 Monaten
vite.config.ts 2482c06162 🔧 chore(gitignore): add playwright report directories to gitignore vor 5 Monaten

README.md

Agora RTT Web Demo

Prepare

  • node version 18+ , 20+

Config

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>

Install

In the project root path run the following command to install dependencies.

npm install

Dev

Use the following command to run the sample project.

npm run dev

Build

Use the following command to build the sample project.

npm run build

SDK Development

This project includes plans for developing a reusable STT (Speech-to-Text) SDK based on the existing functionality.

SDK Epic and Documentation

SDK Features

The planned SDK will provide:

  • Reusable STT and RTM manager functionality
  • Universal TypeScript interfaces (framework-agnostic)
  • Multi-language transcription and translation support
  • Complete TypeScript type definitions
  • Framework adapters (React, Vue, Angular) as optional packages
  • Comprehensive documentation and examples

Development Status

  • Epic planning and scope definition
  • API specification completed
  • Architecture design completed
  • Package structure designed
  • Implementation (planned)
  • Testing and validation
  • Documentation and examples

For detailed development plans, please refer to the epic documentation.