flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
131 stars 142 forks source link

Is the CallKit screen supposed to show on incoming calls? #61

Closed tomfriedhof closed 3 years ago

tomfriedhof commented 3 years ago

I'm giving this plugin a spin on iOS and it doesn't appear to be working as I expect. When I click on "Display incoming call now" is the incoming call screen provided by CallKit supposed to show. I'm currently just getting a table below the buttons showing like what is seen in the picture.

IMG_A524671A50EE-1

This is what the logs look like:

flutter: Display incoming call now
flutter: [displayIncomingCall] 37d1c91a-1cd9-44b3-be26-f7559137d01d number: +17606463094
[CallKeep][reportNewIncomingCall] uuidString = 37d1c91a-1cd9-44b3-be26-f7559137d01d
[CallKeep][providerDidReset]
flutter: [CallKeep] INFO: received event "CallKeepProviderReset" {}
tomfriedhof commented 3 years ago

I finally got things to work as expected thanks to the help of this Stack Overflow https://stackoverflow.com/a/46570039/2873303