How do we handle when use click on custom or default text message, without triggering CXEndCallAction
Post
Replies
Boosts
Views
Activity
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")
Hi @vikash @lockSee
Did you find the solution for this? apart from using INSendMessageIntent.