https://github.com/chaudharypraveen98/videoconferenceusingwebrtc
This project uses the WebRTC with the minimal javascipt created using Vite JS. We had used the google public stun server ,firstore as a signaling server and firebase as a hosting service.
https://github.com/chaudharypraveen98/videoconferenceusingwebrtc
css html javascript webdevelopment webr
Last synced: about 1 year ago
JSON representation
This project uses the WebRTC with the minimal javascipt created using Vite JS. We had used the google public stun server ,firstore as a signaling server and firebase as a hosting service.
- Host: GitHub
- URL: https://github.com/chaudharypraveen98/videoconferenceusingwebrtc
- Owner: chaudharypraveen98
- Created: 2021-03-27T21:02:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T21:03:26.000Z (about 5 years ago)
- Last Synced: 2025-02-01T23:45:35.956Z (over 1 year ago)
- Topics: css, html, javascript, webdevelopment, webr
- Language: HTML
- Homepage:
- Size: 701 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Video Conferencing With WebRTC
This project uses the WebRTC with the minimal javascipt created using [Vite](https://vitejs.dev/) JS. We had used the google public stun server ,firstore as a signaling server and firebase as a hosting service.
#### Web Preview : -

#### What is WebRTC : -
WebRTC is a free, open-source project providing web browsers and mobile applications with real-time communication via simple application programming interfaces.
#### Features : -
1. Great UI
2. Simple and less dependencies
3. Free stun server included already
#### How to setup up :-
1. Install the dependencies using `npm install`
2. Add you firebase config in the `main.js` file.
3. Run the following command to run the server at localhost `npm run dev`
##### Hurray! Your video conference app is live.
##### Last Updated : -
28 March 2021