Yes, so we want to provide a little bit of our com...
# general-english
m
Yes, so we want to provide a little bit of our complete application in an App Clip (https://developer.apple.com/app-clips/) this is something Apple developed to offer users an easy way to access a certain part of the app without actually installing the full application. We would like to offer a small part of our app in this App Clip, but App Clips's don't support CallKit. While I guess CallKit is used by Daily to offer the VoIP calls. So whenever I try to start a call with the assistant in our App Clip the call fails because CallKit is not supported. So I would like to know if it's possible to implement interactions with certain assistants with just using text and without starting an actual call. So immediately sending the message to the assistant using text.
5 Views