VoipCallCoordinator.SetupNewAcceptedCall 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定新接受的呼叫。
public:
virtual VoipPhoneCall ^ SetupNewAcceptedCall(Platform::String ^ context, Platform::String ^ contactName, Platform::String ^ contactNumber, Platform::String ^ serviceName, VoipPhoneCallMedia media) = SetupNewAcceptedCall;
VoipPhoneCall SetupNewAcceptedCall(winrt::hstring const& context, winrt::hstring const& contactName, winrt::hstring const& contactNumber, winrt::hstring const& serviceName, VoipPhoneCallMedia const& media);
public VoipPhoneCall SetupNewAcceptedCall(string context, string contactName, string contactNumber, string serviceName, VoipPhoneCallMedia media);
function setupNewAcceptedCall(context, contactName, contactNumber, serviceName, media)
Public Function SetupNewAcceptedCall (context As String, contactName As String, contactNumber As String, serviceName As String, media As VoipPhoneCallMedia) As VoipPhoneCall
參數
- context
-
String
Platform::String
winrt::hstring
傳遞給 VoIP 應用程式前景 UI 進程的資訊。 這可能是聯繫人名稱或其他數據,可協助UI更快速地顯示。
- contactName
-
String
Platform::String
winrt::hstring
呼叫端的名稱或識別碼。
- contactNumber
-
String
Platform::String
winrt::hstring
如果適用) 來電者,則為電話號碼 (。
- serviceName
-
String
Platform::String
winrt::hstring
服務或應用程式的名稱。
- media
- VoipPhoneCallMedia
新來電的媒體類型 (只有音訊和視訊或音訊) 。 傳遞 音訊 | 如果應該接聽撥出視訊的通話,則為視訊。 這假設使用者的裝置有相機可供應用程式在接聽通話時使用。 如果這不是這種情況,或使用者只應該使用音訊,請傳遞 Audio。
傳回
以 VoipPhoneCall 物件傳回呼叫。
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.ApplicationModel.Calls.CallsVoipContract (已於 v2.0 引進)
|
應用程式功能 |
backgroundVoIP
phoneCallHistory
phoneCallHistorySystem
voipCall
|
備註
在自動接受案例中使用這個方法,而不是 RequestNewIncomingCall ,其中自動接受並連線到視訊的來電。 可能的應用程式包括家庭監視相機,或協助監督或停用的使用者接受通話。
所有字串參數的長度上限為 128 個字元, (包括終止符) 。