angular-qr-scanner icon indicating copy to clipboard operation
angular-qr-scanner copied to clipboard

$window.localMediaStream.stop();

Open Lazymondaysunday opened this issue 8 years ago • 0 comments

Looks like

$window.localMediaStream.stop();

No longer works, so I changed it to:

$window.localMediaStream.getVideoTracks()[0].stop();

And it works now. Maybe someone can find this useful.

Lazymondaysunday avatar Mar 02 '16 21:03 Lazymondaysunday