Before sending a bug report of camera error, make sure that getUserMedia()
is supported by your browser. Please test your camera on : WebRTC samples getUserMedia You can get more specific tests on WebRTC samples.
It will be nice if you want to contribute new codes or improve existing ones. If you would like to add functionality, please submit an issue before start coding.
Please do the following:
- Follow the existing styles (we have an
.editorconfig
file)
- run
npm install
- run
npm start
- Make a coffee :)
- write your code in ES6
- push your changes
- create a PR with a link to the original issue
That's it! Thank you for your contribution!