trtc-sdk-v5 5.5.0-beta.9 → 5.5.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 CHANGED
@@ -14,13 +14,15 @@ An object-oriented WebRTC SDK library
14
14
 
15
15
  </div>
16
16
 
17
- <div align="center"> English | <a href="https://github.com/LiteAVSDK/TRTC_Web/blob/main/v5/SDK/README-zh_CN.md" target="_blank"> 简体中文</a> </div>
17
+ <div align="center"> English | <a href="https://github.com/LiteAVSDK/TRTC_Web/blob/main/README-zh_CN.md" target="_blank"> 简体中文</a> </div>
18
18
 
19
19
  ## Introduction
20
20
 
21
21
  TRTC Web SDK is an object-oriented WebRTC SDK of Tencent Cloud's real-time communication solution. Web developers can use TRTC Web SDK to establish an audio/video calls or live streaming services on your website.
22
22
 
23
- - [Online Demo](https://trtc.io/demo/homepage/#/home)
23
+ - [Online Demo](https://trtc.io/demo/homepage/#/home).
24
+ - [Changelog](https://trtc.io/document/53626).
25
+ - We offer SDKs for Web, Android, iOS, Windows, Flutter, explore more in [trtc.io](https://trtc.io/).
24
26
 
25
27
  ## Environment Supports
26
28
 
@@ -51,10 +53,10 @@ Download manually:
51
53
 
52
54
  Refer to the following two tutorials for a quick run-through of the demo and how to use the SDK to implement basic audio and video calling functionality.
53
55
 
54
- - [Demo Quick Run](https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/en/tutorial-10-basic-get-started-with-demo.html)
55
- - [Basic Audio/Video Call](https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/en/tutorial-11-basic-video-call.html)
56
+ - [Demo Quick Run](https://trtc.io/document/35607).
57
+ - [Integration Quick Start](https://trtc.io/document/35096).
56
58
 
57
- Explore SDK documents:[TRTC Web SDK](https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/en/index.html)
59
+ Explore SDK API documents:[TRTC Web SDK](https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/en/index.html).
58
60
 
59
61
  ## API Overview
60
62
 
@@ -79,8 +81,4 @@ Explore SDK documents:[TRTC Web SDK](https://web.sdk.qcloud.com/trtc/webrtc/v5
79
81
  ├── trtc.esm.js // sdk file base on ES modules(esm format)
80
82
  ├── index.d.ts // ts declaration file
81
83
  └── plugins // trtc plugins
82
- ```
83
-
84
- ## Changelog
85
-
86
- - [Changelog](https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/en/tutorial-01-info-changelog.html)
84
+ ```