다음을 통해 공유


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>

재정의에서 호출해야 하는 완료 메서드입니다.

적용 대상