Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 924 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 924 Bytes

A simple HighOrderComponent that exposes some functions related to navigator.mediaDevices

Requires React 15 or higher.

It uses audio-recorder-polyfill to implement audio record into some Safari on iOS (11+). Amazing polyfill and follows specification, support that guy.

iOS Safari does not record video. Some video constraints may broke on it when trying to open a stream

I got some ideas and/or solutions based on react-multimedia-capture, if my package doesn't solve your problem, go check this one.

That's a work in progress project. Use at your own risk.

Check Samples folder to see some examples I swear i'll improve documentation when I have time

Roadmap:

  1. Includes documentation (wiki or in README)
  2. More tests to increase coverage
  3. Includes CI
  4. Includes compatible browsers on READAME.