Skip to content

dokasto/simple-video-conferencing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Video Conferencing

A simple video conferencing application. Uses Google's STUN server and Mesh architecture.

Feature List

  • C++ signalling server
  • React/Javascript App client
  • Audio mute/unmute
  • Video enable/disable
  • screen sharing

Development

Build and run the signalling server in

  • cd signalling/lib && git clone https://github.com/zaphoyd/websocketpp
  • cd websocketpp && cmake . && make install

Build and run the client

  • cd client && yarn install && yarn start
Untitled.mp4

__

About

A simple video conferencing app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published