Can we make a VOIP push notification using the Twilio iOS SDK?

I need to implement App to App functionality using the Twilio iOS SDK. I successfully made voice calls when the application is running. Now I am faced with a problem when the application is killed. How can I receive VOIP notifications for an incoming call?

I mean this link: https://www.twilio.com/docs/api/notifications/guides/sending-notifications

There is no VOIP documentation for incoming VOIP calls.

Please provide me with some useful ideas / solutions as soon as possible.

+7
ios objective-c apple-push-notifications twilio twilio-api
source share
1 answer

Twilio evangelist developer is here.

I replied by email, but thought it was better to include the answer here, as there are other comments.

We do not currently support VOIP push with Twilio Client . We have some recommendations on how to handle the application when it is inactive. Please take a look at this article and make the following suggestions: https://www.twilio.com/help/faq/twilio-client/twilio-client-ios-sdk-background-best-practices

+3
source share

All Articles