mattkhaw / cordova-plugin-callkit

Cordova plugin that enables CallKit + PushKit (iOS) & ConnectionService (Android) functionality to display native UI
MIT License
16 stars 48 forks source link

Ionic use #14

Closed felipedeaguiar closed 3 years ago

felipedeaguiar commented 3 years ago

First of all congratulations on the work, I would like to know if it is possible to use it on ionic? I'm trying to build a voip using twilio, can this plugin help me?

mozhn commented 3 years ago

Yes you can use.

felipedeaguiar commented 3 years ago

tks @mozhn ...

how could I make a connection to an incoming call from twilio? can you give an example?

mozhn commented 3 years ago

You should send an voip notification to the recipient when an call is made.

sys-everton commented 3 years ago

@felipedeaguiar please, have you solved it? I am trying to do the same. Unfortunately no enough informations about how to use it...

mattkhaw commented 3 years ago

First of all, this plugin only handles the UI part of the call. The actual call implementation always lies on the SDK that you are using. Please take a look at the SDK documentation.

I'll close this for now since it is not relevant to the plugin.