INStartVideoCallIntentHandling_Extensions.ConfirmStartVideoCall Método

Definição

Os desenvolvedores podem implementar esse método para personalizar o comportamento durante a confirmação para iniciar uma chamada de vídeo.

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

Parâmetros

This
IINStartVideoCallIntentHandling

A instância na qual esse método opera.

intent
INStartVideoCallIntent

Especifica a intenção do usuário.

completion
Action<INStartVideoCallIntentResponse>

Método de conclusão que deve ser chamado pela substituição.

Aplica-se a