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

Intercept calls without UI and decide whether to receive or reject call optipn #100

Open siddmegadeth opened 4 years ago

siddmegadeth commented 4 years ago

Intercept calls without UI and decide whether to receive or reject call optipn

Intercept calls without UI : Intercept calls without UI in background. This cordovaCall should triggger and intercept calls before any UI is shown and should have an option to reject or approve calls.

Please suggest

bpowell15 commented 4 years ago

It’s pretty obvious no one is maintaining this or responding to questions lol time to fork and maintain yourself sidharth.. seems like I wake Up to an email with a post from you here everyday

amuzacz commented 4 years ago

You can look at this commit

We are using this in scenario when application will answer call without user interaction. But call kit will be shown. I'm not sure if you can just "jump" into connected state, without for example calling reportNewIncomingCall first.