Edit

Share via


INStartVideoCallIntentHandling_Extensions.ConfirmStartVideoCall Method

Definition

Developers may implement this method to customize behavior during confirmation to start a video call.

public static void ConfirmStartVideoCall (this Intents.IINStartVideoCallIntentHandling This, Intents.INStartVideoCallIntent intent, Action<Intents.INStartVideoCallIntentResponse> completion);
static member ConfirmStartVideoCall : Intents.IINStartVideoCallIntentHandling * Intents.INStartVideoCallIntent * Action<Intents.INStartVideoCallIntentResponse> -> unit

Parameters

This
IINStartVideoCallIntentHandling

The instance on which this method operates.

intent
INStartVideoCallIntent

Specifies the user's intention.

completion
Action<INStartVideoCallIntentResponse>

Completion method that must be called by the override.

Applies to