HTML media capture API
get audio and take photos
- https://developer.mozilla.org/en-US/docs/Web/API/Media_Capture_and_Streams_API
- To open the smartphone’s camera roll use
<input type="file" accept="image/*" capture="camera">
get audio and take photos
<input type="file" accept="image/*" capture="camera">