Post

Replies

Boosts

Views

Activity

Reply to How to enable message button in CallKit screen
Hi @vikash @lockSee Did you find the solution for this? apart from using INSendMessageIntent.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Enable "Remind Me" and "Message" options in VoIP / CallKit incoming call screen?
Use this below code if you don't want to show remind me and message icon let callUpdate = CXCallUpdate() callUpdate.remoteHandle = CXHandle(type: .phoneNumber, value: "number")
Replies
Boosts
Views
Activity
Aug ’24
Reply to Enable "Remind Me" and "Message" options in VoIP / CallKit incoming call screen?
How do we handle when use click on custom or default text message, without triggering CXEndCallAction
Replies
Boosts
Views
Activity
Aug ’24