共用方式為


AccessoryManager.SwapPhoneCalls(UInt32, UInt32) 方法

定義

讓目前的通話保持保留,然後連接保留電話。

public:
 static void SwapPhoneCalls(unsigned int phoneCallIdToHold, unsigned int phoneCallIdOnHold);
 static void SwapPhoneCalls(uint32_t const& phoneCallIdToHold, uint32_t const& phoneCallIdOnHold);
public static void SwapPhoneCalls(uint phoneCallIdToHold, uint phoneCallIdOnHold);
function swapPhoneCalls(phoneCallIdToHold, phoneCallIdOnHold)
Public Shared Sub SwapPhoneCalls (phoneCallIdToHold As UInteger, phoneCallIdOnHold As UInteger)

參數

phoneCallIdToHold
UInt32

unsigned int

uint32_t

要保留通話的 Idenifier。

phoneCallIdOnHold
UInt32

unsigned int

uint32_t

要連線之通話的識別碼。

Windows 需求

應用程式功能
accessoryManager

備註

呼叫此 API 需要在應用程式資訊清單中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

適用於