-LIVE VIDEO DEMO AND WALKTHROUGH
An intuitive and easy-to-use web application that offers peer-to-peer voice calling functionality, built for Dubhacks 2023.
Code details found here:
- Simple UI: Minimalistic design that's easy to navigate.
- Peer-to-Peer Calling: Direct voice calling between two users using WebRTC.
- Browser Support: Compatible with modern web browsers.
- Clone the repository:
git clone https://github.com/micbrahim/SIMplicity/
- Navigate to the project directory:
cd DEMO/Sample\ Apps/JavaScript_DemoApp/publicDemo
- Run the application on a local development server (8080):
python -m http.sever 8080
- Open the app in a web browser.
- Grant the necessary permissions to access your microphone.
- Click on the "Start Call" button to initiate a voice call.
- WebRTC: For real-time communication.
- HTML/CSS/JS: For front-end development.
- live-server: Local development server.
This project is licensed under the MIT License - see the LICENSE.md file for details.