Taracque / ionic-plugin-callkit

Ionic/Cordova plugin for CallKit
36 stars 20 forks source link

incoming call question #3

Closed Newlik closed 7 years ago

Newlik commented 7 years ago

Hi @Taracque ,

Great plugin! I would like to ask about "callChanged" function of CallKit.register. Is it detect every incoming call (like if somebody calling my phone from another phone) or just the plugin managed calls (if i call the myCallKit.startCall(name,isVideo,onSuccess) method ) ?

Thank You :)

Taracque commented 7 years ago

It is only for reportIncominCall. (Called when user accepts or declines call on the native callscreen) There is no way to intercept non your own calls.

Newlik commented 7 years ago

thank you :)