Socket
Socket
Sign inDemoInstall

trtc-cloud-js-sdk

Package Overview
Dependencies
Maintainers
0
Versions
141
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


Version published
Maintainers
0
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 13 Sep 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc