How to retrieve incoming call's phone number in an android mobile through meteor development?

I would like to retrieve the incoming call’s phonenumber and do something with it.

Is it possible through meteor or I have to go for the native android development?

You are looking for a cordova plugin:

http://plugins.cordova.io/

I couldn’t find one that would do exactly what you wanted BUT. There is something close thats open source:

https://github.com/devgeeks/PhoneListener is a cordova plugin that when combined with some http://stackoverflow.com/questions/1853220/retrieve-incoming-calls-phone-number-in-android

Should give you what you need.

Android & Java Knowledge would be needed