getUserMedia
does not work under simple HTTP in Chrome v47+. Is there any workaround for this, provided the JavaScript code is served from a secure website?
<script src="https://example.com/code.js"></script>
getUserMedia
does not work under simple HTTP in Chrome v47+. Is there any workaround for this, provided the JavaScript code is served from a secure website?
<script src="https://example.com/code.js"></script>