Prevent an incoming call from stopping the application execution(Angular, Ionic)

73 Views Asked by At

I am developing an app with angular and ionic 6. In the app you can do streaming and when you receive an incoming call the streaming stops. Is there any way to block incoming calls or show them as a floating notification over my app?

1

There are 1 best solutions below

1
StackoverBlows On

No it is not possible. Android or iOS does not allow that to happen and never will.