AccessoryManager.MakePhoneCallWithVideo Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
MakePhoneCallWithVideo(Guid, String) |
Faz uma chamada telefônica de vídeo. |
MakePhoneCallWithVideo(Guid, String, PhoneCallAudioEndpoint) |
Faz uma chamada telefônica de vídeo. |
MakePhoneCallWithVideo(Guid, String)
Faz uma chamada 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
O identificador da linha telefônica.
- phoneNumber
-
String
Platform::String
winrt::hstring
O número a ser chamado.
- Atributos
Requisitos do Windows
Funcionalidades do aplicativo |
accessoryManager
|
Comentários
Chamar essa API requer que os recursos ID_CAP_SMS e ID_CAP_SMS_COMPANION sejam especificados no manifesto do aplicativo.
Confira também
Aplica-se a
MakePhoneCallWithVideo(Guid, String, PhoneCallAudioEndpoint)
Faz uma chamada 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
O identificador da linha telefônica.
- phoneNumber
-
String
Platform::String
winrt::hstring
O número a ser chamado.
- endPoint
- PhoneCallAudioEndpoint
O ponto de extremidade de áudio; um dos valores possíveis de padrão, alto-falante ou mãos livres.
- Atributos
Requisitos do Windows
Funcionalidades do aplicativo |
accessoryManager
|
Comentários
Chamar essa API requer que os recursos ID_CAP_SMS e ID_CAP_SMS_COMPANION sejam especificados no manifesto do aplicativo.