symeonmattes / pjsip

Cordova plugin for the PJSIP library version 2.5.5.
Apache License 2.0
9 stars 7 forks source link

Question : Is callkit supported #6

Open rvleyden opened 5 years ago

rvleyden commented 5 years ago

Hello, Is callkit supported with this plugin ?

symeonmattes commented 5 years ago

This is a cordova plugin, which means you can use it with ionic framework and a PBX system such as asterisk to make SIP calls.

I haven't used callkit, but from a quick look it seems that there is a cordova plugin https://github.com/WebsiteBeaver/CordovaCall for that.

Callkit seems to be just the UI, so when you accept a new call for instance, then you can call the UI of the callkit, e.g. PJSIP.prototype.stateCallIn = myfunction(arg0){ call Callkit UI}