Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Video meeting application like Google Meet or Zoom. Users can enjoy familiar interface and can join meeting with link without any authentication.

Notifications You must be signed in to change notification settings

saas98/video-conference-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple meeting application

Users can create a video meeting and can access to the meeting room with a link. There is no authentication. Replicated Google Meet as much as possible.

Functionality

  • Video/Voice call
  • Text messaging

How to run this project?

First, install node modules:

npm install

Second, run the development server.

npm run dev

You can see the following screens:

welcome

room

This project is paired with this repo and requires .env file which has two env variables:

VITE_SOCKETIO_SERVER=       // your socket io server url
VITE_PEERJS_SERVER=         // your peerjs server. it can be "0.peerjs.com"

Tech stack

  • React + Vite
  • Socket.io
  • PeerJS
  • Voice Activity Detection

Deployment on Vercel

This project is live on https://simple-meet.vercel.app

Since it is impossible to deploy socket.io server with free service, I used a live socket.io server from one of my past project.

About

Video meeting application like Google Meet or Zoom. Users can enjoy familiar interface and can join meeting with link without any authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published