Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.21 KB

README.md

File metadata and controls

12 lines (7 loc) · 1.21 KB

Visual Meeting

Overview: This project is designed for people who have hearing loss but are able to lip read. It is designed for them to use in meeting environments.

Problem: people with hearing loss often have a hard time hearing everything that is being said, especially in an environment where there are many people (and sometimes all speaking at once). Many people with hearing loss are able to lip read. However, meetings frequently take place in large conference rooms with long tables that makes it difficult to see everyone.

Our approach: We created a video conferencing application that allows users to see other meeting attendees on their screen. This way, our users no longer need to strain to see the speakers’ faces when they can’t hear them and need to lip read. The application uses peer to peer connection so that Internet delays can be minimized. In addition, it currently works on Chrome and Firefox browsers.

It uses SimpleWRTC (https://github.com/HenrikJoreteg/SimpleWebRTC) as the basis for video conferencing. For a demo, go to http://teambarbara.herokuapp.com and create a new meeting.

For setup instructions to make it yourself, go here (https://github.com/rnaphtal/ppat/wiki/Setup-Instructions).