TUICallEngine WX SDK
Install
npm:
$ npm install @tencentcloud/call-engine-wx --save
yarn:
$ yarn add @tencentcloud/call-engine-wx
Download manually:
- download @tencentcloud/call-engine-wx.
- copy
@tencentcloud/call-engine-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 documents:TUICallEngine WX SDK
API Overview
- tuiCallEngine instance, provides the core capability for real-time audio and video calls.
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
`