Compartir a través de


AccessoryManager.MakePhoneCallWithVideo Método

Definición

Sobrecargas

MakePhoneCallWithVideo(Guid, String)

Realiza una llamada telefónica de vídeo.

MakePhoneCallWithVideo(Guid, String, PhoneCallAudioEndpoint)

Realiza una llamada telefónica de vídeo.

MakePhoneCallWithVideo(Guid, String)

Realiza una llamada telefónica de vídeo.

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)

Parámetros

phoneLine
Guid

Platform::Guid

winrt::guid

Identificador de la línea de teléfono.

phoneNumber
String

Platform::String

winrt::hstring

Número al que se va a llamar.

Atributos

Requisitos de Windows

Características de aplicaciones
accessoryManager

Comentarios

Llamar a esta API requiere que las funcionalidades ID_CAP_SMS y ID_CAP_SMS_COMPANION se especifiquen en el manifiesto de aplicación.

Consulte también

Se aplica a

MakePhoneCallWithVideo(Guid, String, PhoneCallAudioEndpoint)

Realiza una llamada telefónica de vídeo.

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)

Parámetros

phoneLine
Guid

Platform::Guid

winrt::guid

Identificador de la línea de teléfono.

phoneNumber
String

Platform::String

winrt::hstring

Número al que se va a llamar.

endPoint
PhoneCallAudioEndpoint

Punto final de audio; uno de los valores posibles de default, speaker o hands-free.

Atributos

Requisitos de Windows

Características de aplicaciones
accessoryManager

Comentarios

Llamar a esta API requiere que las funcionalidades ID_CAP_SMS y ID_CAP_SMS_COMPANION se especifiquen en el manifiesto de aplicación.

Consulte también

Se aplica a