2.2.0 (2021-06-07)
BREAKING CHANGE
This release includes a breaking change. With #168, the use-cases are now separated and have to be explicitly enabled. So if you use video capture, use video={true}
(and audio={true}
). If you use photo capture, set photo={true}
.
Bug Fixes
- Fix CI (#165) (8aec647)
- Fix wrong permission errors thrown (#163) (0f94c2a)
- Represent neutralZoom in factor instead of percentage (#179) (555474b)
Features
- Separate usecases (decouple microphone, video, photo) (#168) (72a1fad)
- Add support for
LEGACY
Android devices (#168) (72a1fad) - Allow using the Camera without Microphone permission (#168) (72a1fad)
- Allow recording Videos without Audio (#168) (72a1fad)