次の方法で共有


VoipCallCoordinator.RequestNewOutgoingCall メソッド

定義

オーバーロード

RequestNewOutgoingCall(String, String, String, VoipCallMedia, VoipPhoneCall)

重要

Windows.Phone.Networking.Voip 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 代わりに、 Windows.ApplicationModel.Calls 名前空間で同等の型を使用します。

新しい発信呼び出しをシステムに通知します。

RequestNewOutgoingCall(String, String, String, VoipCallMedia, IVector<String>, VoipPhoneCall)

重要

Windows.Phone.Networking.Voip 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 代わりに、 Windows.ApplicationModel.Calls 名前空間で同等の型を使用します。

RequestNewOutgoingCall(String, String, String, VoipCallMedia, VoipPhoneCall)

重要

Windows.Phone.Networking.Voip 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 代わりに、 Windows.ApplicationModel.Calls 名前空間で同等の型を使用します。

新しい発信呼び出しをシステムに通知します。

public:
 virtual void RequestNewOutgoingCall(Platform::String ^ context, Platform::String ^ contactName, Platform::String ^ serviceName, VoipCallMedia media, [Out] VoipPhoneCall ^ & call) = RequestNewOutgoingCall;
void RequestNewOutgoingCall(winrt::hstring const& context, winrt::hstring const& contactName, winrt::hstring const& serviceName, VoipCallMedia const& media, [Out] VoipPhoneCall const& & call);
public void RequestNewOutgoingCall(string context, string contactName, string serviceName, VoipCallMedia media, out VoipPhoneCall call);
Public Sub RequestNewOutgoingCall (context As String, contactName As String, serviceName As String, media As VoipCallMedia, ByRef call As VoipPhoneCall)

パラメーター

context
String

Platform::String

winrt::hstring

関連付けられたフォアグラウンド アプリにディープ リンクとして渡される文字列。 最大長は 128 文字です。 このパラメーターは null 以外である必要があります。

contactName
String

Platform::String

winrt::hstring

電話の最小化された通話 UI に表示される呼び出し元の名前または ID。 最大長は 128 文字です。

serviceName
String

Platform::String

winrt::hstring

電話の最小化された通話 UI に表示される VoIP サービスの名前。 最大長は 128 文字です。

media
VoipCallMedia

新しい発信呼び出しのメディアの種類。

call
VoipPhoneCall

新しい発信呼び出しを表す オブジェクト。

Windows の要件

アプリの機能
ID_CAP_VOIP [Windows Phone]

適用対象

RequestNewOutgoingCall(String, String, String, VoipCallMedia, IVector<String>, VoipPhoneCall)

重要

Windows.Phone.Networking.Voip 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 代わりに、 Windows.ApplicationModel.Calls 名前空間で同等の型を使用します。

public:
 virtual void RequestNewOutgoingCall(Platform::String ^ context, Platform::String ^ contactName, Platform::String ^ serviceName, VoipCallMedia media, IVector<Platform::String ^> ^ pAssociatedDeviceIds, [Out] VoipPhoneCall ^ & call) = RequestNewOutgoingCall;
void RequestNewOutgoingCall(winrt::hstring const& context, winrt::hstring const& contactName, winrt::hstring const& serviceName, VoipCallMedia const& media, IVector<winrt::hstring> const& pAssociatedDeviceIds, [Out] VoipPhoneCall const& & call);
public void RequestNewOutgoingCall(string context, string contactName, string serviceName, VoipCallMedia media, IList<string> pAssociatedDeviceIds, out VoipPhoneCall call);
Public Sub RequestNewOutgoingCall (context As String, contactName As String, serviceName As String, media As VoipCallMedia, pAssociatedDeviceIds As IList(Of String), ByRef call As VoipPhoneCall)

パラメーター

context
String

Platform::String

winrt::hstring

contactName
String

Platform::String

winrt::hstring

serviceName
String

Platform::String

winrt::hstring

pAssociatedDeviceIds

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

適用対象