IncomingVoipPhoneCallOptions.ContactImage Property

Definition

Gets or sets the contact image of the caller to be displayed on the call UI.

public:
 property Uri ^ ContactImage { Uri ^ get(); void set(Uri ^ value); };
Uri ContactImage();

void ContactImage(Uri value);
public System.Uri ContactImage { get; set; }
var uri = incomingVoipPhoneCallOptions.contactImage;
incomingVoipPhoneCallOptions.contactImage = uri;
Public Property ContactImage As Uri

Property Value

The contact image of the caller to be displayed on the call UI.

Windows requirements

Requirements Description
App capabilities
voipCall

Applies to