Overview of the Online Meeting application architecture
masterThe online video meeting application is a WebRTC-based application built using Tencent CloudBase. It leverages the following technologies:
- CloudBase Framework: Used for project directory structure generation and one-click deployment.
- Simple Peer: A WebRTC library used for peer-to-peer communication.
- CloudBase Cloud Functions: Handles backend logic, including scheduled tasks.
- CloudBase Database: Manages application data.
- CloudBase Static Website Hosting: Hosts the frontend application.
- React & Ant Design: Used for building the user interface.