Video Chat Application
Project Sanvaad is a Video Chat application and made using WebRTC and SignalR. This video chat application made for Peer to Peer communication.
Sanvaad (संवाद) means "Conversation", this word is taken from Sanskrit language.
- Angular 8
- Angular Material
- Peerjs
- Peerjs Server (https://github.com/peers/peerjs-server)
- Bootstrap 4
- Microsoft SignalR (Client-Server Communication)
- .net core 3
- Microsoft SignalR (Client-Server Communication)
- Video call
- Audio call
- Chat
- Screen Sharing
- Once cloned this project and open 'savaan-ui' in VSCode.
- Type "npm install"
- Go to PeerJs Server GitHub page (https://github.com/peers/peerjs-server) and go through ReadMe file. Install PeerJs server locally and run local peer server on port 3001.
- Once you start your Peerjs server, then open 'sanvaad-server' solution in Visual Studio 2019 and run it.
- In VS code run 'sanvaad-ui' by typing "ng serve --open".