callkeep icon indicating copy to clipboard operation
callkeep copied to clipboard

IOS exemple using pushkit with callkeep

Open ahmedJD opened this issue 4 years ago • 3 comments

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

ahmedJD avatar Jan 06 '21 10:01 ahmedJD

payload example:

{
    "caller_id":      "+8618612345678",
    "caller_name":    "hello",
    "caller_id_type": "number",
    "has_video":      "false",
}

cloudwebrtc avatar Jan 10 '21 01:01 cloudwebrtc

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.

aponski avatar Feb 17 '21 11:02 aponski

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

rekonvald avatar Mar 06 '21 17:03 rekonvald