# 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/). ---

Boardroom is a free RTC app focused on fast, high-quality web meetings. App is available at: Boardroom: Five Minute Web Conferences! ## Concept Meetings can often be long and drawn out. This platform leverages Agora to create a fast and easy web conference platform. Features: * Each meeting is capped at 5 minutes, at which point the session will expire and a new one must be created. Timers are synchronized across attendees. * Audio and Video metrics toggleable for each stream. * Full conference, Audio, and Observer participant modes offered. Join a meeting room contains 7 people at most (audiences will not be counted) with custom configuration Submitted for the Agora Video RTC Web Challenge: https://agora.devpost.com/ Going after the following: 1. Quality Transparency: Users are able to have a live stream of both Audio and Video 2. Device Management: Users are able to control the resolution of their default device, as well as the pixel rate. 3. Volume Indicator: Audio stats provide information about each person's audio output and data receival rates. ### Screenshots

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