共用方式為


VoipCallCoordinator.RequestNewOutgoingCall 方法

定義

向系統提出新的撥出呼叫要求。

public:
 virtual VoipPhoneCall ^ RequestNewOutgoingCall(Platform::String ^ context, Platform::String ^ contactName, Platform::String ^ serviceName, VoipPhoneCallMedia media) = RequestNewOutgoingCall;
VoipPhoneCall RequestNewOutgoingCall(winrt::hstring const& context, winrt::hstring const& contactName, winrt::hstring const& serviceName, VoipPhoneCallMedia const& media);
public VoipPhoneCall RequestNewOutgoingCall(string context, string contactName, string serviceName, VoipPhoneCallMedia media);
function requestNewOutgoingCall(context, contactName, serviceName, media)
Public Function RequestNewOutgoingCall (context As String, contactName As String, serviceName As String, media As VoipPhoneCallMedia) As VoipPhoneCall

參數

context
String

Platform::String

winrt::hstring

字串,傳遞至相關聯的前景應用程式作為深層連結。 長度上限是 128 個字元。 此參數必須是非 Null。

contactName
String

Platform::String

winrt::hstring

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

serviceName
String

Platform::String

winrt::hstring

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

media
VoipPhoneCallMedia

新撥出通話的媒體類型 (只) 音訊和視訊或音訊。 傳遞 音訊|如果使用者選擇 以撥出視訊開始通話,則視訊。 這假設使用者的裝置有相機可供應用程式在進行通話時使用。 如果這不是這種情況,或用戶應該只使用音訊,請傳遞 音訊

傳回

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

Windows 需求

應用程式功能
phoneCallHistory phoneCallHistorySystem voipCall

適用於