trtc-cloud-js-sdk
v2.8.4
Published
Tencent Cloud RTC SDK for Web And Electron
Downloads
2,249
Readme
An object-oriented TRTCCloud SDK library
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.
| Chrome | Edge | Firefox | Safari | iOS Safari | 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
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';