Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 287 Bytes

callkeep

  • iOS CallKit and Android ConnectionService for Flutter
  • Support FCM and PushKit

push payload

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