New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

trtc-cloud-js-sdk

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trtc-cloud-js-sdk

Tencent Cloud RTC SDK for Web And Electron

2.3.3-beta.7
Source
npm
Version published
Weekly downloads
777
48.28%
Maintainers
1
Weekly downloads
 
Created
Source

TRTCCloud SDK

An object-oriented TRTCCloud SDK library

NPM version NPM downloads Documents

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
Chrome
IE / Edge
Edge
Firefox
Firefox
Safari
Safari
iOS Safari
iOS Safari
Opera
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';

Reference Documents

Keywords

实时音视频

FAQs

Package last updated on 24 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts