Поделиться через


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_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

Конечная точка звука; одно из возможных значений по умолчанию, динамик или hands-free.

Атрибуты

Требования к Windows

Возможности приложения
accessoryManager

Комментарии

Для вызова этого API необходимо указать возможности ID_CAP_SMS и ID_CAP_SMS_COMPANION в манифесте приложения.

См. также раздел

Применяется к