trtc-cloud-js-sdk
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "trtc-cloud-js-sdk", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Tencent Cloud RTC SDK for Web And Electron", | ||
@@ -14,3 +14,4 @@ "main": "trtc-cloud-js-sdk.js", | ||
"repository": { | ||
"type": "git" | ||
"type": "git", | ||
"url": "git@github.com:tencentyun/TRTCSDK.git" | ||
}, | ||
@@ -21,4 +22,5 @@ "author": "Tencent Cloud Client R&D Center", | ||
"axios": "^0.21.1", | ||
"trtc-js-sdk": "^4.12.7" | ||
"rtc-beauty-plugin": "^0.0.5", | ||
"trtc-js-sdk": "^4.11.4" | ||
} | ||
} |
@@ -1,1 +0,62 @@ | ||
- [接口使用](https://web.sdk.qcloud.com/trtc/webrtc/trtcCloud/doc/TRTCCloud.html) | ||
<p align="center"> | ||
<a> | ||
<img width="200" src="https://web.sdk.qcloud.com/trtc/webrtc/assets/trtc-logo.png"> | ||
</a> | ||
</p> | ||
<h1 align="center">TRTCCloud SDK</h1> | ||
<div align="center"> | ||
An object-oriented TRTCCloud SDK library | ||
[![NPM version](https://img.shields.io/npm/v/trtc-cloud-js-sdk)](https://www.npmjs.com/package/trtc-cloud-js-sdk) [![NPM downloads](https://img.shields.io/npm/dw/trtc-cloud-js-sdk)](https://www.npmjs.com/package/trtc-cloud-js-sdk) [![Documents](https://img.shields.io/badge/-Documents-blue)](https://web.sdk.qcloud.com/trtc/webrtc/trtcCloud/doc/TRTCCloud.html) | ||
</div> | ||
English | ||
## Introduction | ||
TRTCCloud SDK is an object-oriented WebRTC SDK of Tencent Cloud's real-time communication solution. Web developers can use TRTCCloud SDK to establish an audio/video calls or live streaming services on your website. | ||
## Environment Supports | ||
TRTCCloud SDK supports major modern browsers. For details, please refer to [Browsers Supported](https://web.sdk.qcloud.com/trtc/webrtc/doc/en/tutorial-05-info-browser.html). | ||
| [<img src="https://web.sdk.qcloud.com/trtc/webrtc/assets/logo/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Chrome | [<img src="https://web.sdk.qcloud.com/trtc/webrtc/assets/logo/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/> Edge | [<img src="https://web.sdk.qcloud.com/trtc/webrtc/assets/logo/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Firefox | [<img src="https://web.sdk.qcloud.com/trtc/webrtc/assets/logo/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Safari | [<img src="https://web.sdk.qcloud.com/trtc/webrtc/assets/logo/safari-ios_48x48.png" alt="iOS Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>iOS Safari | [<img src="https://web.sdk.qcloud.com/trtc/webrtc/assets/logo/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Opera | | ||
| --------- | --------- | --------- | --------- | --------- | --------- | | ||
| 56+ | 80+ | 56+ | 11+ | 11+ | 46+ | | ||
## Install | ||
npm: | ||
``` | ||
$ npm install trtc-cloud-js-sdk --save | ||
``` | ||
yarn: | ||
``` | ||
$ yarn add trtc-cloud-js-sdk | ||
``` | ||
## Usage | ||
Explore SDK documents:[TRTCCloud SDK](https://web.sdk.qcloud.com/trtc/webrtc/trtcCloud/doc/TRTCCloud.html) | ||
## Directory | ||
``` | ||
├── README.md | ||
├── package.json | ||
├── trtc-cloud-js-sdk.js // sdk file | ||
``` | ||
## Difference between sdk files | ||
**trtc-cloud-js-sdk.js** | ||
Default entry file, base on UMD modules, ES6 included. | ||
Usage: | ||
- `import TRTCCloud, { TRTCAppScene, TRTCParams } from 'trtc-cloud-js-sdk';` |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
68033
248
62
0
3
+ Addedrtc-beauty-plugin@^0.0.5
+ Addedrtc-beauty-plugin@0.0.5(transitive)
Updatedtrtc-js-sdk@^4.11.4