webcam-directive
webcam-directive copied to clipboard
set stream updated for modern browsers
createObjectURL
is not a valid function in safari/ios.
https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL states that all browsers only need to set the srcObject directly to the stream rather than creating the object url.
Hi @tareqx2, can I ask you some? your code also fixe this issue 82?