VoipCallCoordinator.RequestOutgoingUpgradeToVideoCall メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既存の携帯通話を置き換える発信ビデオ通話を作成するようにシステムに要求します。
public:
virtual VoipPhoneCall ^ RequestOutgoingUpgradeToVideoCall(Platform::Guid callUpgradeGuid, Platform::String ^ context, Platform::String ^ contactName, Platform::String ^ serviceName) = RequestOutgoingUpgradeToVideoCall;
VoipPhoneCall RequestOutgoingUpgradeToVideoCall(winrt::guid const& callUpgradeGuid, winrt::hstring const& context, winrt::hstring const& contactName, winrt::hstring const& serviceName);
public VoipPhoneCall RequestOutgoingUpgradeToVideoCall(Guid callUpgradeGuid, string context, string contactName, string serviceName);
function requestOutgoingUpgradeToVideoCall(callUpgradeGuid, context, contactName, serviceName)
Public Function RequestOutgoingUpgradeToVideoCall (callUpgradeGuid As Guid, context As String, contactName As String, serviceName As String) As VoipPhoneCall
パラメーター
- 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 文字です。
戻り値
新しい発信呼び出しを表す オブジェクト。
Windows の要件
アプリの機能 |
phoneCallHistory
phoneCallHistorySystem
voipCall
|