🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@tencentcloud/call-engine-js

Package Overview
Dependencies
Maintainers
18
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tencentcloud/call-engine-js

Tencent Cloud TUICallEngine SDK for Web

latest
Source
npmnpm
Version
3.3.4
Version published
Maintainers
18
Created
Source

TUICallEngine Web SDK

An object-oriented TUICallEngine SDK library

NPM verison NPM downloads Typescript Supported Documents Stars

English | 简体中文

Introduction

TUICallEngine Web SDK is based on Tencent Cloud's IM and Tencent Cloud's real-time communication solution. Supports audio and video calls in two-person and multi-person scenarios.

  • Online Demo
  • Changelog
  • We offer SDKs for Web, Android, iOS, MiniProgram, Flutter, explore more in trtc.io.

Environment Supports

TUICallEngine Web SDK supports major modern browsers. For details, please refer to Browsers Supported.

Please be sure to use HTTPS protocol or localhost to deploy your Web App, otherwise a navigator.mediaDevices not found error will occur!
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 @tencentcloud/call-engine-js --save

yarn:

$ yarn add @tencentcloud/call-engine-js

Download manually:

Usage

Refer to the following two tutorials for a quick run-through of the demo and how to use the SDK to implement basic audio and video calling functionality.

Explore SDK documents:TUICallEngine Web SDK

API Overview

Directory

├── README-zh_CN.md
├── README.md
├── index.js     // sdk file base on UMD modules
├── index.esm.js // sdk file base on ESM modules
├── index.cjs.js // sdk file base on CommonJS modules
├── index.d.ts   // ts declaration file
└── package.json

Keywords

call

FAQs

Package last updated on 29 Dec 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