# Boardroom **Repository Path**: mirrors_AgoraIO-Community/Boardroom ## Basic Information - **Project Name**: Boardroom - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: agora-sub - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [ARCHIVED] Boardroom **⚠️ This project is no longer maintained and has been archived.** Please note that this repository is now in a read-only state and will not receive any further updates or support. We recommend using to the latest version of the **Agora Web SDK**: [Learn more](https://www.agora.io/en/products/video-call/) For documentation and support, please visit the [Agora Documentation](https://docs.agora.io/en/). ---
Home page
Home page with device management and resolution control
Single participant view with metrics (live Audio and Video, Quality)
Multi participant view with metrics (live Audio and Video, Quality)
## Local Dev Notes
First, create a developer account at [Agora.io](https://dashboard.agora.io/signin/), and obtain an App ID.
Update "agora.config.js" in "/src" with your Agora App ID.
``` javascript
export const AGORA_APP_ID = 'abcdefg'
```
Run yarn to install dependencies and start the sever
yarn && yarn start