๐Ÿš€ Big News:Socket Has Acquired Secure Annex.Learn More โ†’
Socket
Book a DemoSign in
Socket

trtc-cloud-js-sdk

Package Overview
Dependencies
Maintainers
1
Versions
338
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

Source
npmnpm
Version
2.9.0
Version published
Weekly downloads
3.3K
61.58%
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 01 Apr 2025

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