Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 641 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 641 Bytes

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

__