-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: cordova-plugin-camera
-
Labels:
When you click the "Capture!" button for the camera plugin on the browser platform (in Chrome 47 or later), you get the following exception:
Uncaught TypeError: localMediaStream.stop is not a function button.onclick @ CameraProxy.js:69
This is because MediaStream.stop() is deprecated as of Chrome 47.