8
votes

I have to implement App to App functionality using Twilio iOS SDK. I have successfully implemented voice calls when the app is running. Now I am facing a problem when the app is killed. How can I get VOIP push notifications for an incoming call?

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

There is no VOIP push documentation for VOIP incoming calls.

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

1
Same here, Even I am not able to receive local notification for video call when application is in background. - Ajay Gabani
@AjayGabani : you can use twilio incoming connection method for use to display local notification. I had got solution for that for voip call. - Wos
@Wos Did you implemented same case when app is killed? If yes then how did you managed pending request object or incoming request object? - Ajay Gabani
Login for same as when app is running. You have just implement voip push notification when app is kill. When will you get VOIP push, you need start twilio connection and than call establish. - Wos
@user3354805 : Yes. It's working like that. :) - Wos

1 Answers

3
votes

Twilio developer evangelist here.

I answered over email, but thought I better include the answer here too as there were other comments.

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