added video call application

pull/893/head
ayushi pal 11 months ago
parent 08b771c863
commit 03ac48f143

@ -1,32 +1,31 @@
# Application Name # Real-Time Video Calling App
**Tier:** Add corresponding tier (1-Beginner, 2-Intermediate, 3-Advanced) **Tier:** 3-Advanced
Add a clear description of the application and its main features. Have you ever wondered how the Skype App works or how Google Meet happens? This is a great project to add in your resume and to stand out from the croud.
Answer the following questions:
- "What is the purpose of this application?" You will basically develop a web application that allows users to communicate with each other via video call.
- "Are there any resources needed in order to complete the project?" - If yes, be sure to add it.
But How to make this Application?
The Answer is simple - WebRTC. A Tool that is used to create real-time video call communcations.
## User Stories ## User Stories
- [ ] User can ... first user story - [ ] User can create a room for video call.
- [ ] User can ... second user story - [ ] User then share the room Id to other user
- [ ] User can ... third user story - [ ] User can add to the room using that room ID.
- [ ] User can ... fourth user story - [ ] User can allow access to camera and microphone and can communicate with other.
- [ ] User can ... fifth user story
- etc...
## Bonus features ## Bonus features
- [ ] User can ... first bonus feature - [ ] User can allow multiple people to join and a conference can be made.
- [ ] User can ... second bonus feature - [ ] User can add whiteboard feature and user can write and share screen.
- etc...
## Useful links and resources ## Useful links and resources
Add useful links and resources corresponding to this project. Learn About WebRTC [here](https://arpanghoshal3.medium.com/webrtc-basic-concepts-and-creating-a-simple-video-call-app-1460fc9ef17)
## Example projects ## Example projects
Add one or more examples of projects that have similar functionality to this application. This will act as a developer guide. Applications like Zoom , Google Meet and Skype etc.
Loading…
Cancel
Save