次の方法で共有


AccessoryManager.AcceptPhoneCallWithVideo メソッド

定義

オーバーロード

AcceptPhoneCallWithVideo(UInt32)

着信ビデオ通話を受け入れます。

AcceptPhoneCallWithVideo(UInt32, PhoneCallAudioEndpoint)

着信ビデオ通話を受け入れます。

AcceptPhoneCallWithVideo(UInt32)

着信ビデオ通話を受け入れます。

public:
 static void AcceptPhoneCallWithVideo(unsigned int phoneCallId);
/// [Windows.Foundation.Metadata.Overload("AcceptPhoneCallWithVideo")]
 static void AcceptPhoneCallWithVideo(uint32_t const& phoneCallId);
[Windows.Foundation.Metadata.Overload("AcceptPhoneCallWithVideo")]
public static void AcceptPhoneCallWithVideo(uint phoneCallId);
function acceptPhoneCallWithVideo(phoneCallId)
Public Shared Sub AcceptPhoneCallWithVideo (phoneCallId As UInteger)

パラメーター

phoneCallId
UInt32

unsigned int

uint32_t

着信呼び出しの識別子

属性

Windows の要件

アプリの機能
accessoryManager

注釈

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

こちらもご覧ください

適用対象

AcceptPhoneCallWithVideo(UInt32, PhoneCallAudioEndpoint)

着信ビデオ通話を受け入れます。

public:
 static void AcceptPhoneCallWithVideo(unsigned int phoneCallId, PhoneCallAudioEndpoint endPoint);
/// [Windows.Foundation.Metadata.Overload("AcceptPhoneCallWithVideoOnAudioEndpoint")]
 static void AcceptPhoneCallWithVideo(uint32_t const& phoneCallId, PhoneCallAudioEndpoint const& endPoint);
[Windows.Foundation.Metadata.Overload("AcceptPhoneCallWithVideoOnAudioEndpoint")]
public static void AcceptPhoneCallWithVideo(uint phoneCallId, PhoneCallAudioEndpoint endPoint);
function acceptPhoneCallWithVideo(phoneCallId, endPoint)
Public Shared Sub AcceptPhoneCallWithVideo (phoneCallId As UInteger, endPoint As PhoneCallAudioEndpoint)

パラメーター

phoneCallId
UInt32

unsigned int

uint32_t

着信呼び出しの識別子

endPoint
PhoneCallAudioEndpoint

着信通話の音声エンドポイント

属性

Windows の要件

アプリの機能
accessoryManager

注釈

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

こちらもご覧ください

適用対象