iking7 / StudyFinder-VideoApplication

End-to-end encryption in video conferences has recently become more paramount than it ever has been. With the surge of COVID-19 cases, video conferencing is being utilized across the world as a means of safe and contact-free communication. Without proper end-to-end encryption, hackers can hijack calls and eavesdrop on sensitive information. Particularly in research and in the medical field, it is important that participants’ and patients’ information is kept safe. The focus of our project is to lay the foundation for safe video calling. The longterm goal is to create a more secure video conference platform for medical professionals to conduct check-ups, meetings, or research with patients/participants who are at home. For people who do not have easy access to transportation and for people living in high risk COVID areas, individuals need an accessible way to communicate. Additionally, client information can be used by outsiders to harm the patients/participants in numerous ways, and there aren’t any specialized video tools that benefit researchers and medical professionals.To create our video calling web application, we have chosen a few programming languages.
0 stars 0 forks source link

React.js Video Orientation #11

Closed iking7 closed 3 years ago

iking7 commented 3 years ago

As a user, I would like to see a fullscreen view of the participant in a video chat room with one participant pair so that I can see the other user more clearly.

Acceptance Criteria: Ensure that fullscreen is enabled when only two participants are in a video chat room. Requirement - Implement using react.js.

You may use the following code and video which already has react.js used as the frontend with a working server.

Video - https://www.youtube.com/watch?v=R1sfHPwEH7A&list=PLK0STOMCFms4nXm1bRUdjhPg0coxI2U6h&index=2 Code - https://github.com/coding-with-chaim/group-video-final

Tutorials React Concepts: https://www.youtube.com/playlist?list... Node Concepts: https://www.youtube.com/playlist?list... More WebRTC: https://www.youtube.com/playlist?list... Socket IO video: https://youtu.be/E4V6nbP_NoQ WebRTC video: https://youtu.be/BpN6ZwFjbCY