Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.27 KB

File metadata and controls

44 lines (33 loc) · 2.27 KB

mediaLab4

Added additional filter with

Added slider for filter gain control

This lab aims to build your first WebRTC app.

There are many open source alternatives to build a simple communication application like Skype. One of the web based solution is WebRTC. You can try a huge set of examples: https://webrtc.github.io/samples/

Requirements for repository

  • You have to clone this repository and make two branches (master and develop).
  • The develop branch should contain commits of every new feature of the AR application.
  • When all features will be ready you have to merge the development branch to the master.

Requirements for WebRTC application

There are three options to choose from.

Option A:

Option B:

Option C:

  • It is your chance to show your skills and creativity.
  • You can add extra features to existing WebRTC examples.
  • Or anything other.

The general requirements for option A, B & C:

  • Test application on at least two browsers and specify in README.md which version and browser it was.
  • To pass this lab, you have to fully complete an option.

Important notes