chore: upgrade SDK to 4.66.20

This commit is contained in:
ByteDance 2025-07-08 16:05:10 +08:00
parent b5c0413ea5
commit 06105ba853
2 changed files with 3 additions and 1 deletions

View File

@ -87,6 +87,8 @@ yarn dev
### Demo 更新 ### Demo 更新
#### [1.6.0] #### [1.6.0]
- 2025-07-08
- 更新 RTC Web SDK 版本至 4.66.20
- 2025-06-26 - 2025-06-26
- 修复进房有问题的 BUG - 修复进房有问题的 BUG
- 2025-06-23 - 2025-06-23

View File

@ -5,7 +5,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@reduxjs/toolkit": "^1.8.3", "@reduxjs/toolkit": "^1.8.3",
"@volcengine/rtc": "~4.66.16", "@volcengine/rtc": "~4.66.20",
"@arco-design/web-react": "^2.65.0", "@arco-design/web-react": "^2.65.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",