flutter-webrtc / callkeep

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

Added payload management for CallKeepDidDisplayIncomingCall #134

Closed simone-folador closed 2 years ago

simone-folador commented 2 years ago

In iOS the payload of a PushKit notification is sent to flutter from the native code but then it's not usable because the CallKeepDidDisplayIncomingCall method ignores it.

This Pull Request is done to add the payload management feature to CallKeepDidDisplayIncomingCall.

cloudwebrtc commented 2 years ago

LGTM