Closed bmondal closed 4 months ago
Please check #14
This also #15
I checked all of these but nothing is working. Can you please tell me how to get the incoming number while it's incoming? As per the code there has set the TelephonyManager.EXTRA_INCOMING_NUMBER but it's not working
Ohh i think there are 2 fields incoming and outgoing numbers, no value is coming ?
Hello,
By using this plugin I'm getting the call state but not getting the incoming call number. Please tell me how to get the incoming call number. I'm using the below code
CallDetector.detectCallState({ action: 'ACTIVATE' }).then(x => console.log(x)).catch(e => console.error(e)); CallDetector.addListener('callStateChange', res => { console.log('### Listening to callStateChange ###'); console.log(res); this.callerStaeData = res; }); }