TUICallEngine Web SDK
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.
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!
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