TRTC Call UIKit
This template is designed to help users quickly deploy and experience high-quality online calls.
Framework | Vue.js |
Use Case | Video Chat |
This template is designed to help users quickly deploy and experience high-quality online calls. In practical application scenarios, whether it's a friendly chat between friends who are thousands of miles apart or a private communication between business partners, by using this template, you can conveniently initiate 1v1 audio and video chats with others and enjoy a clear and smooth communication experience just like having a face-to-face conversation.
In addition, by reading this document, you will learn how to quickly run the TUICallKit sample project and conduct secondary development. It only takes 5 minutes to successfully run the Demo and rapidly build your own innovative applications such as stranger chat applications.
Using the EdgeOne page, you can achieve zero-code audio and video call system setup through rapid template deployment.
You can click the "View Demo" button on the left to experience the online demonstration.
Please note that the deployment template is based on secondary development of the original repository code, mainly for experiencing quick deployment features and online Demo. If you need to develop more extensive features, we recommend using the original repository code for in-depth development. Original development repository address: https://github.com/Tencent-RTC/TUICallKit/tree/main/Web/basic-vue3
The following tutorial will provide detailed guidance on how to quickly run and experience the Demo.
This section shows you the prerequisites you need for use Tencent Calls for Web Vue3 demo.
The minimum requirements for Calls SDK for Web Vue3 demo are:
If you would like to try the demo specifically fit to your usage, you can do so by following the steps below.
SDKAppID
and SDKSecretKey
of the application for use at runtime. git clone https://github.com/tencentyun/TUICallKit.git
cd ./TUICallKit/Web/basic-vue3
npm install
Web/basic-vue3/src/debug/GenerateTestUserSig-es.js
let SDKAppID = 0;
let SecretKey = '';
npm run dev
localhost:8080
.caller
.callee
.callee
and initiate a call.