Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 670 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 670 Bytes

Media-Board

Allows Educators to screen record while showing content and media to their audience.

What I Learned

  • Canvas Web API and tools used to draw content on slides
  • Screen & Audio recording using (getDisplayMedia) , Video & Voice recording using (getUserMedia) of MediaStream Web API
  • Merging of pc and mic audio streams using source, gain and destination nodes of AudioContext Web API
  • Array Manipulation applied to perform operation on slides
  • IndexedDB used to store Screenshots and Screen recordings in gallery
  • LocalStorage used to store slides & work so that user can resume their work from where they left