Edit

Share via


INStartVideoCallIntentHandling_Extensions.ResolveContacts Method

Definition

Developers may implement this method to customize the resolution of a contact.

public static void ResolveContacts (this Intents.IINStartVideoCallIntentHandling This, Intents.INStartVideoCallIntent intent, Action<Intents.INPersonResolutionResult[]> completion);
static member ResolveContacts : Intents.IINStartVideoCallIntentHandling * Intents.INStartVideoCallIntent * Action<Intents.INPersonResolutionResult[]> -> unit

Parameters

This
IINStartVideoCallIntentHandling

The instance on which this method operates.

intent
INStartVideoCallIntent

Specifies the user's intention.

completion
Action<INPersonResolutionResult[]>

Completion method that must be called by the override.

Applies to