次の方法で共有


VoipCallCoordinator.RequestOutgoingUpgradeToVideoCall メソッド

定義

重要

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

既存の携帯電話通話を置き換える新しい発信ビデオ通話をシステムに通知します。

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

パラメーター

callUpgradeGuid
Guid

Platform::Guid

winrt::guid

呼び出しの GUID

context
String

Platform::String

winrt::hstring

関連付けられているフォアグラウンド アプリにディープ リンクとして渡される文字列。 これは、連絡先名や、アプリの UI をより迅速に設定するために使用できるその他のデータである可能性があります。 最大長は 128 文字です。 このパラメーターは null 以外である必要があり、アプリのマニフェスト ファイルで定義されているタスクを参照する必要があります。

contactName
String

Platform::String

winrt::hstring

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

serviceName
String

Platform::String

winrt::hstring

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

call
VoipPhoneCall

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

適用対象