flutter-webrtc / callkeep

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

App not visible in calling account upon asking for permission. #122

Open prashantspandey opened 2 years ago

prashantspandey commented 2 years ago

Once user clicks on ok in permission required window. Settings open and calling accounts are shown. The example app works well as it is shown in the calling accounts. But when i integrate call keep in my own app , my app doesn't appear in calling accounts. What can i be missing ? Something in androidmanifest (but i checked and nothing seems to be different)

Thanks