Skip to content

ifundeasy/video-call-prototype

Repository files navigation

video-call-prototype

Requirements

  • nodejs >= 16.6.0
  • redis >= 7.0.1

WebRTC Topology

Mesh or PeerToPeer, support > 2 participant (depend user connection)

Feature

  • Multi room instance
  • Chat
  • Video conference
  • Face motion detector
  • Separate html element between video and audio (soon)

Run on local

Use tunnel for multi device, open new terminal session

npm i -g localtunnel
lt --port 3030

Run server, open new terminal session

export NODE_ENV=production
export SVC_PORT=3030
export SVC_URL=https://see-your-local-tunnel.local.lt
npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published