Поделиться через


INStartVideoCallIntentHandling_Extensions.ConfirmStartVideoCall Метод

Определение

Разработчики могут реализовать этот метод, чтобы настроить поведение во время подтверждения, чтобы начать видеозвонок.

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

Параметры

This
IINStartVideoCallIntentHandling

Экземпляр, с которым работает этот метод.

intent
INStartVideoCallIntent

Указывает намерение пользователя.

completion
Action<INStartVideoCallIntentResponse>

Метод завершения, который должен вызываться переопределением.

Применяется к