okland / camera-ui

Meteor package for taking photos with user interface, one function call on desktop and mobile. Allows to choose between camera to photoLibrary on mobile.
28 stars 12 forks source link

MediaStream.stop() deprecation #1

Open jamielob opened 9 years ago

jamielob commented 9 years ago

Thanks for a fantastic package @okland. Getting this message, and wondered if you'd seen it?

'MediaStream.stop()' is deprecated and will be removed in M47, around November 2015. Please use 'MediaStream.active' instead.

okland commented 9 years ago

@jamielob haven't seen it yet, but if you encounter the source maybe some cordova dependency you call do a PR and i will merge it :)

ghost commented 8 years ago

Problem still exists

dvmorris commented 8 years ago

This was resolved in mdg_camera a while ago. Could you just bump the version up and republish this package? https://github.com/meteor/mobile-packages/issues/98 (1.4.1 looks to be the current version, and this package references 1.1.4: https://github.com/okland/camera-ui/blob/master/package.js#L17)

chris-jamieson commented 8 years ago

+1 we're also seeing this issue. Would second @dvmorris suggestion, please add a fix if possible.