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>

必须由重写调用的完成方法。

适用于