Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.9 KB

voipcallcoordinator_requestincomingupgradetovideocall_532215100.md

File metadata and controls

55 lines (36 loc) · 2.9 KB
-api-id -api-type
M:Windows.Phone.Networking.Voip.VoipCallCoordinator.RequestIncomingUpgradeToVideoCall(System.String,System.String,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,System.String,Windows.Foundation.Uri,Windows.Foundation.TimeSpan,Windows.Phone.Networking.Voip.VoipPhoneCall@)
winrt method

Windows.Phone.Networking.Voip.VoipCallCoordinator.RequestIncomingUpgradeToVideoCall

-description

Important

The types in the Windows.Phone.Networking.Voip namespace are deprecated, and may not be available in future versions of Windows. Instead, use the equivalent types in the Windows.ApplicationModel.Calls namespace.

Notifies the system of a new incoming video call that will replace an existing cellular call.

-parameters

-param context

A string that is passed to the associated foreground app as a deep link. This might be a contact name or other data that can be used to populate the app's UI more quickly. The maximum length is 128 characters. This parameter must be non-null and must refer to a task defined in the app's manifest file.

-param contactName

The contact name of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.

-param contactNumber

The phone number of the caller to be displayed on the incoming call UI. The maximum length is 128 characters.

-param contactImage

The Uri of an image file associated with the caller to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 1 MB.

-param serviceName

The name of the VoIP service or application. The maximum length is 128 characters.

-param brandingImage

The Uri of an image file that is a logo or icon of the VoIP service or application to be displayed on the incoming call UI. The file type must be PNG or JPG. The maximum file size is 128 KB.

-param callDetails

A string indicating who the call is on behalf of. The maximum length is 128 characters.

-param ringtone

The Uri of an audio file containing the ringtone for this call. The file type must be WMA or MP3. The maximum file size is 1 MB.

-param ringTimeout

The time, in seconds, the system should wait for the user to answer or ignore the call before rejecting the call. The allowed range is 5 to 120 seconds. The default value is 30 seconds.

-param call

The object representing the new incoming call.

-remarks

-examples

-see-also