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.
- package/README.md +3 -3
- 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
|
|
16
|
+
- 🌈 Electron: 8.5.0 and above
|
|
17
17
|
|
|
18
18
|
| macOS | Windows | Electron |
|
|
19
19
|
| :----------: | :---------: | :------------: |
|
|
20
|
-
| x64 \| arm64 | ia32 \| x64 | 8.5.0
|
|
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](
|
|
134
|
+
- [Github demo](https://github.com/Tencent-RTC/TRTC_Electron)
|