@sanseng/livekit-ws-sdk 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
- 中文[./guide_zh.md]
2
-
3
1
  # 🤖 Real-time Audio-Video Interaction SDK User Guide
4
2
 
5
3
  This SDK provides an integrated communication solution combining **LiveKit (RTC)** , specifically designed for digital human conversations, real-time voice interactions, and similar scenarios. It handles complex underlying logic such as media track synchronization, audio capture, streaming text parsing, and automatic reconnection.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanseng/livekit-ws-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "authors": "sansen",
5
5
  "description": "Real-time playback SDK based on LiveKit Client with integrated WebSocket dialog communication",
6
6
  "main": "dist/index.cjs.js",