mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-03-14 04:31:03 +08:00

The MediaStream.stop() method has been deprecated as of Chrome 47. We were using it, and it was generating an exception. If stop() method is not found, instead stop each individual track (the new way of doing it).