AccessoryManager.MakePhoneCallWithVideo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MakePhoneCallWithVideo(Guid, String) |
撥打視訊電話。 |
MakePhoneCallWithVideo(Guid, String, PhoneCallAudioEndpoint) |
撥打視訊電話。 |
MakePhoneCallWithVideo(Guid, String)
撥打視訊電話。
public:
static void MakePhoneCallWithVideo(Platform::Guid phoneLine, Platform::String ^ phoneNumber);
/// [Windows.Foundation.Metadata.Overload("MakePhoneCallWithVideo")]
static void MakePhoneCallWithVideo(winrt::guid const& phoneLine, winrt::hstring const& phoneNumber);
[Windows.Foundation.Metadata.Overload("MakePhoneCallWithVideo")]
public static void MakePhoneCallWithVideo(Guid phoneLine, string phoneNumber);
function makePhoneCallWithVideo(phoneLine, phoneNumber)
Public Shared Sub MakePhoneCallWithVideo (phoneLine As Guid, phoneNumber As String)
參數
- phoneLine
-
Guid
Platform::Guid
winrt::guid
電話線路的識別碼。
- phoneNumber
-
String
Platform::String
winrt::hstring
要呼叫的數位。
- 屬性
Windows 需求
應用程式功能 |
accessoryManager
|
備註
呼叫此 API 需要在應用程式資訊清單中指定 ID_CAP_SMS 和 ID_CAP_SMS_COMPANION 功能。
另請參閱
適用於
MakePhoneCallWithVideo(Guid, String, PhoneCallAudioEndpoint)
撥打視訊電話。
public:
static void MakePhoneCallWithVideo(Platform::Guid phoneLine, Platform::String ^ phoneNumber, PhoneCallAudioEndpoint endPoint);
/// [Windows.Foundation.Metadata.Overload("MakePhoneCallWithVideoOnAudioEndpoint")]
static void MakePhoneCallWithVideo(winrt::guid const& phoneLine, winrt::hstring const& phoneNumber, PhoneCallAudioEndpoint const& endPoint);
[Windows.Foundation.Metadata.Overload("MakePhoneCallWithVideoOnAudioEndpoint")]
public static void MakePhoneCallWithVideo(Guid phoneLine, string phoneNumber, PhoneCallAudioEndpoint endPoint);
function makePhoneCallWithVideo(phoneLine, phoneNumber, endPoint)
Public Shared Sub MakePhoneCallWithVideo (phoneLine As Guid, phoneNumber As String, endPoint As PhoneCallAudioEndpoint)
參數
- phoneLine
-
Guid
Platform::Guid
winrt::guid
電話線路的識別碼。
- phoneNumber
-
String
Platform::String
winrt::hstring
要呼叫的數位。
- endPoint
- PhoneCallAudioEndpoint
音訊結束點;預設值、喇叭或免持式的其中一個可能值。
- 屬性
Windows 需求
應用程式功能 |
accessoryManager
|
備註
呼叫此 API 需要在應用程式資訊清單中指定 ID_CAP_SMS 和 ID_CAP_SMS_COMPANION 功能。