AccessoryManager.MakePhoneCallWithVideo 方法

定义

重载

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

另请参阅

适用于