次の方法で共有


VoipCallCoordinator.SetupNewAcceptedCall メソッド

定義

新しく受け入れられた呼び出しを設定します。

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

呼び出し元の名前または ID。

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 文字です (終端記号を含む)。

適用対象