Make sure we can use the [capture](https://www.w3.org/TR/html-media-capture/) attribute to get audio, image or video data. This could replace: * [cordova-plugin-camera](https://github.com/apache/cordova-plugin-camera) * [cordova-plugin-media-capture](https://github.com/apache/cordova-plugin-media-capture) * and the recording section of [https://github.com/apache/cordova-plugin-media](https://github.com/apache/cordova-plugin-media) Also, want to see how [getUserMedia/Stream](https://www.w3.org/TR/mediacapture-streams/) influences this.
Make sure we can use the capture attribute to get audio, image or video data.
This could replace:
Also, want to see how getUserMedia/Stream influences this.