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機能を指定する必要があります。