共用方式為


VoipCallCoordinator.RequestNewAppInitiatedCall 方法

定義

從系統要求新的呼叫物件。 從您的 VoIP 應用程式呼叫此方法,告知系統有新的來電,而且您想要裝載該新通話的來電通知。

public:
 virtual VoipPhoneCall ^ RequestNewAppInitiatedCall(Platform::String ^ context, Platform::String ^ contactName, Platform::String ^ contactNumber, Platform::String ^ serviceName, VoipPhoneCallMedia media) = RequestNewAppInitiatedCall;
VoipPhoneCall RequestNewAppInitiatedCall(winrt::hstring const& context, winrt::hstring const& contactName, winrt::hstring const& contactNumber, winrt::hstring const& serviceName, VoipPhoneCallMedia const& media);
public VoipPhoneCall RequestNewAppInitiatedCall(string context, string contactName, string contactNumber, string serviceName, VoipPhoneCallMedia media);
function requestNewAppInitiatedCall(context, contactName, contactNumber, serviceName, media)
Public Function RequestNewAppInitiatedCall (context As String, contactName As String, contactNumber 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 個字元。

contactNumber
String

Platform::String

winrt::hstring

要在來電 UI 上顯示的來電者的電話號碼。 長度上限是 128 個字元。

serviceName
String

Platform::String

winrt::hstring

VoIP 服務或應用程式的名稱。 長度上限是 128 個字元。

media
VoipPhoneCallMedia

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

傳回

物件,表示新的起始呼叫。

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.ApplicationModel.Calls.CallsVoipContract (已於 v3.0 引進)
應用程式功能
backgroundVoIP voipCall

備註

使用這個方法來建立新的 VoipPhoneCall 物件。 您可以使用 VoipPhoneCall 物件來傳送應用程式內通話通知,以及處理 VoipPhoneCall 引發的事件。 如需如何使用這些通知和事件的詳細資訊,請參閱 VoipPhoneCall

適用於

另請參閱