jiuyiUniapp/jiuyi2/node_modules/@tencentcloud/call-uikit-vue
sx 4a7145397c 提交代码 2024-12-18 15:46:27 +08:00
..
debug 提交代码 2024-12-18 15:46:27 +08:00
src 提交代码 2024-12-18 15:46:27 +08:00
types 提交代码 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
package.json 提交代码 2024-12-18 15:46:27 +08:00
tuicall-uikit-vue.es.js 提交代码 2024-12-18 15:46:27 +08:00
tuicall-uikit-vue.umd.js 提交代码 2024-12-18 15:46:27 +08:00

README.md

TUICallKit

TUICallKit is a UIKit component for audio and video calls.

NPM verison NPM downloads Documents Stars

English | 简体中文

Introduction

TUICallKit is a UIKit component for audio and video calls developed by Tencent Cloud. By integrating this component, you can easily add video calling functionality to your app with just a few lines of code.

Environment Supports

TUICallKit 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
Chrome
IE / Edge
Edge
Firefox
Firefox
Safari
Safari
iOS Safari
iOS Safari
Opera
Opera
56+ 80+ 56+ 11+ 11+ 46+

Install

npm:

npm install @tencentcloud/call-uikit-vue --save

yarn:

yarn add @tencentcloud/call-uikit-vue

Usage

Refer to the following two tutorials for a quick run-through of the demo and how to use the TUICallKit to implement basic audio and video calling functionality.

Explore TUICallKit API documentsTUICallKit API

API Overview

Directory

├── debug
├── src                       // component source file
├── types                     // ts declaration file
├── README-zh_CN.md
├── README.md
├── package.json
├── tuicall-uikit-vue.es.js  // sdk file base on ES modules
└── tuicall-uikit-vue.umd.js // sdk file base on umd modules