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
cd signalling/lib && git clone https://github.com/zaphoyd/websocketpp
cd websocketpp && cmake . && make install
cd client && yarn install && yarn start
Untitled.mp4
__