Socket
Socket
Sign inDemoInstall

trtc-cloud-js-sdk

Package Overview
Dependencies
3
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    trtc-cloud-js-sdk

Tencent Cloud RTC SDK for Web And Electron


Version published
Weekly downloads
587
decreased by-27.53%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 14 Jun 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc