hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
175 stars 297 forks source link

there is no option to disable Facetime icon #355

Open aososam opened 1 year ago

aososam commented 1 year ago

I am trying to disable the Facetime icon but it seems this option is not available. I found this post where they explain how to do it by ignoring the remoteHanlde but I suppose this has to be done in the native side: https://stackoverflow.com/questions/41245638/hide-facetime-button-in-callkit-ui

Screenshot 2023-08-25 at 16 38 10

Ahmadgnoor commented 1 year ago
Screenshot 2023-08-29 at 6 31 57 PM

Yes you can by commenting 198, 199, 202, in the file specified in screen shot First you have to download this plugin repo and save it to your project and give that path in pubspec.ymal. file.