I'm working on flutter voip app and i'm stuck ow how to display call page to receiver when app is killed Such as facebook or whatsapp do Is there any way to achieve this with flutter ..if not how to achieve this natively
Asked
Active
Viewed 689 times
1 Answers
1
You should use CallKit on IOS side for show native IOS call screen. When a voip notification came, You can show IOS call own screen. Also you should PushKit for get voip notifications.
Some plugins for show OS native call screens both android and iOS:

Savas Adar
- 4,083
- 3
- 46
- 54