jiuyiUniapp/jiuyi/node_modules/trtc-sdk-v5
sx 4a7145397c 提交代码 2024-12-18 15:46:27 +08:00
..
plugins 提交代码 2024-12-18 15:46:27 +08:00
README-zh_CN.md 提交代码 2024-12-18 15:46:27 +08:00
README.md 提交代码 2024-12-18 15:46:27 +08:00
core.d.ts 提交代码 2024-12-18 15:46:27 +08:00
index.d.ts 提交代码 2024-12-18 15:46:27 +08:00
package.json 提交代码 2024-12-18 15:46:27 +08:00
trtc.esm.js 提交代码 2024-12-18 15:46:27 +08:00
trtc.js 提交代码 2024-12-18 15:46:27 +08:00

README.md

TRTC Web SDK

An object-oriented WebRTC SDK library

NPM version NPM downloads trtc.js Typescript Supported Documents Stars

English | 简体中文

Introduction

TRTC Web SDK is an object-oriented WebRTC SDK of Tencent Cloud's real-time communication solution. Web developers can use TRTC Web SDK to establish an audio/video calls or live streaming services on your website.

Environment Supports

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

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 trtc-sdk-v5 --save

yarn:

$ yarn add trtc-sdk-v5

Download manually

  1. download trtc.js.
  2. copy trtc.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 API documentsTRTC Web SDK.

API Overview

Directory

├── README.md
├── package.json
├── trtc.js // sdk file(umd format)
├── trtc.esm.js // sdk file base on ES modules(esm format)
├── index.d.ts // ts declaration file
└── plugins // trtc plugins