0

I am using agora.io to create a calling app. It's possible to talk when the app starts, but once you close the app the call will end. With Facebook Messenger, Skype, and whatsAPPp, you can use other apps while keeping a call. What should I use to keep the app running in the background like this?

enter image description here

Johan
  • 8,068
  • 1
  • 33
  • 46
Masahiro Aoki
  • 815
  • 12
  • 22
  • Does this answer your question? [Does agora.io support background call in Flutter?](https://stackoverflow.com/questions/59815716/does-agora-io-support-background-call-in-flutter) –  Jan 20 '20 at 08:15
  • Have you solved this issue? I'm facing the same. – Watanabe.N Jul 07 '21 at 13:18
  • I found. > Your application can still run the voice call when it is switched to the background if the background mode is enabled. Select the app target in Xcode, click the Capabilities tab, enable Background Modes, and check Audio, AirPlay, and Picture in Picture. https://pub.dev/packages/agora_rtc_engine – Watanabe.N Jul 07 '21 at 14:39

2 Answers2

1

It happens because when you close your app, iOS framework terminates the app process. to continue call with app in background you need to integrate some background service in app. You can refer this answer.

Devarsh Ranpara
  • 930
  • 7
  • 16
0

It's because,the ios terminates process of the app.you can call with app in background you have to change some settings