mdg:camera gives "Uncaught TypeError: stream.stop is not a function"
bartuelen opened this issue · 5 comments
bartuelen commented
MediaStream.stop() has been deprecated in Chrome.
In the mdg:camera package this results in the console.log error message "Uncaught TypeError: stream.stop is not a function" when running the application.
See https://developers.google.com/web/updates/2015/07/mediastream-deprecations
See also https://github.com/andyet/SimpleWebRTC/issues/363
perak commented
👍
perak commented
@bartuelen I modified this package and published as: https://github.com/perak/meteor-camera/
That's temporary solution, I don't think I'll maintain that package in the future...
Rebolon commented
👍
avishaan commented
+1
bartuelen commented
I close this issue. Solution is clear.