Tünde
Tünde

Reputation: 885

Twilio incoming calls when the application is not running ( both Android and iOS )

The Twilio documentation unfortunately isn't clear enough for me to answer my questions, so here I am.

When my application is running in foreground / background I'm able to receive Twilio incoming connections when a user calls, and I can handle this properly (show a pop-up inside the app, or send local notifications if app is in the background).

Is there any way to implement Twilio incoming calls when the app is not running at all? I'm wondering if is this scenario possible:

  1. User A: close application - which has Twilio calls implemented
  2. User B: calls User A from an other device through Twilio
  3. User A receives local notification for an incoming call ( do I have a twilio connection when the app is terminated to receive a call? )
  4. User accepts/declines answering the call right from the notification, without opening the app.

Thanks in advance.

Upvotes: 3

Views: 1477

Answers (1)

Kalyan
Kalyan

Reputation: 31

This might not be the obvious solution. But let me try to find out the problem. Did you turn the "Voice over IP" ON in background modes?Background Modes in iOS

Upvotes: 1

Related Questions