Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.2 KB

webuicontactcallactivatedeventargs_contact.md

File metadata and controls

39 lines (28 loc) · 2.2 KB
-api-id -api-type
P:Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.Contact
winrt property

Windows.UI.WebUI.WebUIContactCallActivatedEventArgs.Contact

-description

Gets the contact for the call.

-property-value

The contact for the call.

-remarks

Use the Contact property to collect additional info about the contact that is being called. The contact can have a name and thumbnail that can be used to represent it in your app’s UI. Or, the contact can have alternative user ids that can be used in case the primary user id is unavailable. The ConnectedServiceAccounts property contains a list of all services available for the contact. You can use the ContactConnectedServiceAccount.ServiceName and ContactConnectedServiceAccount.Id properties on each service to retrieve alternative services and user ids respectively.

Here are possible Contact properties that can be populated during a call activation:

-examples

-see-also