WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

How to get the calling/caller number on onReceiveCall/onSendCall #85

Open KennethChan-maker opened 4 years ago

KennethChan-maker commented 4 years ago

Hi, When there is an incoming or outgoing call, a number of events might be called: onAnswer onHangup onReject onReceiveCall onSendCall

How do I get the calling/caller number in these event? Regards, Kenneth

numerized commented 4 years ago

Hey @KennethChan-maker I cannot get any of those events to trigger anything in my end so far.

Did you manage to get them trigger something in your end? I cannot even find them in the source code.