This article describes how to quickly run through the TUIRoomKit sample project and experience high-quality multiplayer video conferencing. You can run through the demo in less than 10 minutes and experience a multiplayer videoconferencing with a complete UI.
Prerequisites
Node.js version: Node.js ≥ 16.19.1 (we recommend using the official LTS version, please match the npm version with the node version).
Step.1 Download Demo
1. Open the Terminal, copy and paste the sample command to clone the repository.
2. Install dependencies.
cd ./TUIRoomKit/Web/example/webpack-vue2.7-ts
Step.2 Configure Demo
Go to the Activate Service page and get the SDKAppID and SDKSecretKey
, then fill them in the TUIRoomKit/Web/example/webpack-vue2.7-ts/src/config/basic-info-config.js file. Step.3 Run Demo
Run Demo by typing the command in the terminal.
Step.4 Make your first Conference
1. Open a browser page and enter the corresponding URL.
2. Click on the New Room to create your first conference room.
Was this page helpful?