- Notifications
You must be signed in to change notification settings - Fork56
Microsoft Engage 2021 - Video Conferencing Application
NotificationsYou must be signed in to change notification settings
Apurva-tech/unite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Video conferencing solutions withUnite
using peer-to-peer connection.
Landing Page and Feeback Form
Home page
Create Meeting
Join Meeting
Video calling & Persistent text chat
Schedule Meeting
AI powered posture bot
- Allowpermissions for camera and mic
- In case anyuser is not broadcasted it is probably due to server overload,REFRESH the window to solve this.
- Make sure theURL is starting with https
- Whilescheduling a meet make sure the start and end date follow a logical sequence or else it’ll show an error.
- While testing thePosture bot, allow permissions for the camera and allownotifications, andREFRESH the page for changes to take effect.
- Wait for the model to analyze, and check fornotifications
git clone https://github.com/Apurva-tech/unite.git
cd ./unite
- Install node dependencies
npm install
- Replace firebase API keys with your configurations
- Create a
.env
file- Add relevant credentials
cp .env.example .env
npm run dev
- The app is now running athttp://localhost:3030/landing
Feel free to contact me onLinkedIn
if(youEnjoyed){starThisRepository();}
About
Microsoft Engage 2021 - Video Conferencing Application