This project is an example of converting a custom site from Bootstrap v3 to Bootstrap v4. It is also a base project to be used in our WebRTC project.
-
run
npm install
-
rungulp
-
run
npm start
-
Making edits to SASS can be automatically compiled by running
gulp watch
- Input and see a chat log
- Send audio without hearing self audio
- Mute self
- Mute other person
- Turn off self camera
- Turn off other camera
- Handle disconnected connection better than a frozen frame
- Allow more than two people in a chat
- Allow people to have their own chatroom (and a way to lock those rooms)
- Let people save their ID and have a contact list
- Alert people on incoming call
- Stylize alerts and stuff