flutter-webrtc / callkeep

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

IOS exemple using pushkit with callkeep #44

Open ahmedJD opened 3 years ago

ahmedJD commented 3 years ago

hello, is there any exemple how to send pushkit notification from the server and test it in flutter side?

cloudwebrtc commented 3 years ago

payload example:

{
    "caller_id":      "+8618612345678",
    "caller_name":    "hello",
    "caller_id_type": "number",
    "has_video":      "false",
}
aponski commented 3 years ago

Is there a way to show incoming call on iOS only when app is in background? It it possible on Android with FCM onBackgroundMessage handler.

rekonvald commented 3 years ago

Hi there! Should there be additional settings for IOS? I can't make it run there, app crashes on display incoming call