WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

Removing Facetime Icon #37

Closed andrewvmail closed 6 years ago

andrewvmail commented 6 years ago

Just wondering if there is a way to remove this Facetime icon or insert another place holder in place?

D-Marc1 commented 6 years ago

Unfortunately, it's a tradeoff situation. If you were to do it, it messes with the call log and makes all calls "Unknown" https://stackoverflow.com/a/41251932

andrewvmail commented 5 years ago

a quick hack around this based on one of newer the reply from that stackoverflow link.

https://github.com/Switch168/CordovaCall/commit/524c3a52f49a179549563e51bfbdd86d1d2c9a8a

not sure how stable this is but its there if anyone wanna test it. works for my use case.