共用方式為


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

另請參閱

適用於