From 209f47ae583588bf5f838a9a9f2e484ca778671e Mon Sep 17 00:00:00 2001 From: amit-flutter Date: Sat, 27 Apr 2024 12:37:42 +0530 Subject: [PATCH] Update README.md Reformate image --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d3e4388..8fede23 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,10 @@ getting token and displaying the Incoming call screen. - some customizations according to your app needs (ringtone, app icon, accent color(for Android)) - checking and changing the access to the `Manifest.permission.USE_FULL_SCREEN_INTENT` permission (for Android 14 and above) +incoming call in background Android | incoming call locked Android | incoming call in background iOS | incoming call locked iOS +:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------: +![incoming call in background Android](https://developers.connectycube.com/docs/_images/code_samples/flutter/background_call_android.png) | ![incoming call locked Android](https://developers.connectycube.com/docs/_images/code_samples/flutter/background_call_android_locked.png) | ![incoming call in background iOS](https://developers.connectycube.com/docs/_images/code_samples/flutter/background_call_ios.PNG) | ![incoming call locked iOS](https://developers.connectycube.com/docs/_images/code_samples/flutter/background_call_ios_locked.PNG) -Flutter P2P Calls code sample, incoming call in background Android -Flutter P2P Calls code sample, incoming call locked Android -Flutter P2P Calls code sample, incoming call in background iOS -Flutter P2P Calls code sample, incoming call locked iOS ## Configure your project