The problem Zoomiee solves
Individuals can talk on video call, hold meetings, classes or can simply chat.
Using these basic features tremendous beneficial aspects can be thought of, like:
HEALTH SECTOR
EDUCATIONAL SECTOR (especially for students)
PROFESSIONAL SECTOR
Challenges we ran into
We ran into the following problems:
- While trying to get the camera and microphone acess we made a small error through which the prompt to get the access was diplaying but the video was not opening. To solve this we debugged our code and later on searching various results on google and stackoverflow found that we should write 'loadedmetadata' and not 'loadmetadata'
- After getting one person's access in the meeting room the second problem we ran into was how to add further videos into the video and what to use to get such videos. Shouraya Goyal somewhat had an idea about SocketIO and later he read the documentation and coded the stuff, which somewhat gave us an idea of the chatting feature.