共用方式為


VoipCallCoordinator.RequestOutgoingUpgradeToVideoCall 方法

定義

提出系統的要求,以建立會取代現有行動電話通話的傳出視訊通話。

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

參數

callUpgradeGuid
Guid

Platform::Guid

winrt::guid

呼叫的 GUID

context
String

Platform::String

winrt::hstring

傳遞至相關聯前景應用程式的字串做為深層連結。 這可能是聯繫人名稱或其他數據,可用來更快速地填入應用程式的UI。 長度上限是 128 個字元。 此參數必須是非 Null,而且必須參考應用程式指令清單檔中定義的工作。

contactName
String

Platform::String

winrt::hstring

電話最小化通話 UI 中顯示的來電者名稱或標識碼。 長度上限是 128 個字元。

serviceName
String

Platform::String

winrt::hstring

VoIP 服務的名稱,會顯示在手機的最小化通話 UI 中。 長度上限是 128 個字元。

傳回

物件,表示新的傳出呼叫。

Windows 需求

應用程式功能
phoneCallHistory phoneCallHistorySystem voipCall

適用於