Files
zyt/wx/node_modules/@trtc/call-engine-lite-wx
2026-03-04 15:32:30 +08:00
..
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00
2026-03-04 15:32:30 +08:00

TUICallEngine WX SDK

An object-oriented TUICallEngine SDK library

NPM verison NPM downloads Typescript Supported Documents Stars

English | 简体中文

Install

npm:

$ npm install @trtc/call-engine-lite-wx --save

yarn:

$ yarn add @trtc/call-engine-lite-wx

Download manually

  1. download @trtc/call-engine-lite-wx.
  2. copy @trtc/call-engine-lite-wx to your project.

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 documentsTUICallEngine WX 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

`