webcam-directive icon indicating copy to clipboard operation
webcam-directive copied to clipboard

set stream updated for modern browsers

Open tareqx2 opened this issue 6 years ago • 1 comments

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.

tareqx2 avatar Jun 19 '18 19:06 tareqx2

Hi @tareqx2, can I ask you some? your code also fixe this issue 82?

Yim-Sekny avatar Nov 05 '19 04:11 Yim-Sekny