flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
130 stars 139 forks source link

Call screen hides in the background when a call is answered (iOS) #177

Open sashker opened 10 months ago

sashker commented 10 months ago

When I answer a call on the callkep window (whether a mini version or a full screen) - and the app in the foreground, my app stays on the screen and the call screen goes to the background.

I've tested it on the latest iOS versions with the same behavior.

I've tried to play with settings but all my attempts are in vain.

calerc1 commented 9 months ago

@sashker, I'm ran into the same problem when making an outbound call. Where you able to resolve the issue?

mikaelwills commented 2 months ago

As far as im aware, this is normal behaviour. If observe making a call on WhatsApp or Messenger or any others, you'll see that they have their own 'in call' UI and if you swipe up to see other open apps you'll see on the right is the native ios in call UI.

So basically you have to create your own callscreen UI.

I hope i can be proved wrong with this.