trtc-electron-sdk 12.5.705-alpha.1 → 12.5.705-beta.0

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,11 +13,11 @@ Tencent Real-Time Communication (TRTC) is a set of low-latency, high-quality rea
13
13
  ## 💻 Environment Support
14
14
  - 🍎 Support macOS x64 and arm64(**Electron 11+**)
15
15
  - ⚙️ Support Windows ia32 and x64
16
- - 🌈 Electron: 8.5.0 ~ 24.8.8
16
+ - 🌈 Electron: 8.5.0 and above
17
17
 
18
18
  | macOS | Windows | Electron |
19
19
  | :----------: | :---------: | :------------: |
20
- | x64 \| arm64 | ia32 \| x64 | 8.5.0 ~ 24.8.8 |
20
+ | x64 \| arm64 | ia32 \| x64 | 8.5.0 and above |
21
21
 
22
22
 
23
23
  ## ⏬ Install
@@ -131,4 +131,4 @@ module.exports = {
131
131
  - [API Document](https://web.sdk.qcloud.com/trtc/electron/doc/en-us/trtc_electron_sdk/index.html
132
132
  )
133
133
  - [Online Demo](https://trtc.io/demo)
134
- - [Github demo]( https://github.com/Tencent-RTC/TRTC_Electron)
134
+ - [Github demo](https://github.com/Tencent-RTC/TRTC_Electron)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-electron-sdk",
3
- "version": "12.5.705-alpha.1",
3
+ "version": "12.5.705-beta.0",
4
4
  "description": "trtc electron sdk",
5
5
  "main": "./liteav/index.js",
6
6
  "types": "./liteav/index.d.ts",