8000 GitHub - blackdevWeb3/video_conference_app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

blackdevWeb3/video_conference_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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.

Releases

No releases published

Packages

No packages published
0