Your response to a start video call intent.
SDKs
- iOS 10.0–13.0Deprecated
- Mac Catalyst 13.0–13.0Deprecated
Framework
- Intents
Declaration
class INStartVideoCallIntentResponse : INIntent Response
Overview
Use an INStart
object to specify whether your app is able to initiate a video call. You create instances of this class when confirming and handling an INStart
object. When it is time to call the user, SiriKit launches your app and delivers the NSUser
object contained in this object. Use that user activity object to specify any additional information that would assist your app in placing the call.
You create an INStart
object in the confirm(intent:
and handle(intent:
methods of your start video call handler object. For more information about implementing your handler object, see INStart
.