VoipCallCoordinator.RequestIncomingUpgradeToVideoCall メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
Windows.Phone.Networking.Voip 名前空間の型は非推奨であり、将来のバージョンの Windows では使用できない可能性があります。 代わりに、 Windows.ApplicationModel.Calls 名前空間で同等の型を使用します。
既存の携帯電話通話を置き換える新しい着信ビデオ通話をシステムに通知します。
public:
virtual void RequestIncomingUpgradeToVideoCall(Platform::String ^ context, Platform::String ^ contactName, Platform::String ^ contactNumber, Uri ^ contactImage, Platform::String ^ serviceName, Uri ^ brandingImage, Platform::String ^ callDetails, Uri ^ ringtone, TimeSpan ringTimeout, [Out] VoipPhoneCall ^ & call) = RequestIncomingUpgradeToVideoCall;
void RequestIncomingUpgradeToVideoCall(winrt::hstring const& context, winrt::hstring const& contactName, winrt::hstring const& contactNumber, Uri const& contactImage, winrt::hstring const& serviceName, Uri const& brandingImage, winrt::hstring const& callDetails, Uri const& ringtone, TimeSpan const& ringTimeout, [Out] VoipPhoneCall const& & call);
public void RequestIncomingUpgradeToVideoCall(string context, string contactName, string contactNumber, System.Uri contactImage, string serviceName, System.Uri brandingImage, string callDetails, System.Uri ringtone, System.TimeSpan ringTimeout, out VoipPhoneCall call);
Public Sub RequestIncomingUpgradeToVideoCall (context As String, contactName As String, contactNumber As String, contactImage As Uri, serviceName As String, brandingImage As Uri, callDetails As String, ringtone As Uri, ringTimeout As TimeSpan, ByRef call As VoipPhoneCall)
パラメーター
- context
-
String
Platform::String
winrt::hstring
関連付けられているフォアグラウンド アプリにディープ リンクとして渡される文字列。 これは、連絡先名や、アプリの UI をより迅速に設定するために使用できるその他のデータである可能性があります。 最大長は 128 文字です。 このパラメーターは null 以外である必要があり、アプリのマニフェスト ファイルで定義されているタスクを参照する必要があります。
- contactName
-
String
Platform::String
winrt::hstring
着信呼び出し UI に表示される呼び出し元の連絡先名。 最大長は 128 文字です。
- contactNumber
-
String
Platform::String
winrt::hstring
着信呼び出し UI に表示される呼び出し元の電話番号。 最大長は 128 文字です。
着信呼び出し UI に表示される呼び出し元に関連付けられているイメージ ファイルの URI。 ファイルの種類は PNG または JPG である必要があります。 最大ファイル サイズは 1 MB です。
- serviceName
-
String
Platform::String
winrt::hstring
VoIP サービスまたはアプリケーションの名前。 最大長は 128 文字です。
着信呼び出し UI に表示される VoIP サービスまたはアプリケーションのロゴまたはアイコンであるイメージ ファイルの URI。 ファイルの種類は PNG または JPG である必要があります。 最大ファイル サイズは 128 KB です。
- callDetails
-
String
Platform::String
winrt::hstring
呼び出しの代理人を示す文字列。 最大長は 128 文字です。
この呼び出しの着信音を含むオーディオ ファイルの URI。 ファイルの種類は WMA または MP3 である必要があります。 最大ファイル サイズは 1 MB です。
システムは、ユーザーが通話に応答するまで待機するか、呼び出しを無視してから通話を拒否する必要があります(秒単位)。 使用できる範囲は 5 ~ 120 秒です。 既定値は 30 秒です。
- call
- VoipPhoneCall
新しい着信呼び出しを表す オブジェクト。