Mobile System Property like imei imsi gyroscope camera geolocation of mobile

In my meteor mobile application i want to use camera geolocation and get many information like imei imsi of mobile how to get this using meteor mobile application ?

Please help me…

I’m not sure how much of this is possible, but the way you’d do this would not be specific to Meteor. You will have to use a Cordova plugin (such as cordova-plugin-camera and https://github.com/apache/cordova-plugin-geolocation) and see what information it offers.