3.0.4 • Published 29 days ago

rg-test-call-engine v3.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
29 days ago

An object-oriented TUICallEngine SDK library

NPM verison NPM downloads Typescript Supported Documents Stars

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!
Chrome EdgeFirefoxSafariiOS SafariOpera
56+80+56+11+11+46+

Install

npm:

$ npm install tuicall-engine-webrtc --save

yarn:

$ yarn add tuicall-engine-webrtc

Download manually:

  1. download tuicall-engine-webrtc.js.
  2. copy tuicall-engine-webrtc.js 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 Web SDK

API Overview

Directory

├── README.md
├── index.d.ts // ts declaration file
├── package.json
└── tuicall-engine-webrtc.js // sdk file base on ES modules