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 中顯示的來電者名稱或標識碼。 長度上限是 128 個字元。
- serviceName
-
String
Platform::String
winrt::hstring
VoIP 服務的名稱,會顯示在手機的最小化通話 UI 中。 長度上限是 128 個字元。
傳回
物件,表示新的傳出呼叫。
Windows 需求
應用程式功能 |
phoneCallHistory
phoneCallHistorySystem
voipCall
|