flutter-webrtc / callkeep

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

Unable to Access Extra payload #102

Closed ghensto closed 2 years ago

ghensto commented 2 years ago

https://github.com/flutter-webrtc/callkeep/blob/5bb638521ea078eba243a1bf190f5e25d3056284/ios/Classes/CallKeep.m#L258

Currently the extra payload that should allow us to add non Callkit related data is being ignored.

ghensto commented 2 years ago

83

simone-folador commented 2 years ago

Hi @ghensto, how could we use the extra payload in our application? We see the payload in the Logs but it's not passed to Flutter. Is this something you are going to change and add in the near future?

ghensto commented 2 years ago

Hi @ghensto, how could we use the extra payload in our application? We see the payload in the Logs but it's not passed to Flutter. Is this something you are going to change and add in the near future?

You will need to for the repo and make the following changes: image

simone-folador commented 2 years ago

Hi @ghensto , thank you. We did know how to implement the requested changes but we just wanted to use your library. Can we do a pull request and insert the changes you proposed in the previous message?

Thank you very much

ghensto commented 2 years ago

Hi @ghensto , thank you.

We did know how to implement the requested changes but we just wanted to use your library.

Can we do a pull request and insert the changes you proposed in the previous message?

Thank you very much

Sorry, I'm not the admin of this repo. Contact @cloudwebrtc

simone-folador commented 2 years ago

Sorry about that!

@cloudwebrtc could we do a Pull Request with the changes that @ghensto is suggesting?