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_SMSID_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_SMSID_CAP_SMS_COMPANION 功能。

另请参阅

适用于