Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.74 KB

lockscreencallui_calltitle.md

File metadata and controls

33 lines (22 loc) · 1.74 KB
-api-id -api-type
P:Windows.ApplicationModel.Calls.LockScreenCallUI.CallTitle
winrt property

Windows.ApplicationModel.Calls.LockScreenCallUI.CallTitle

-description

Gets and sets a brief description of the nature of the call. This brief description is also called the call's accessible name; its form is "Video call with Jane Doe."

-property-value

A brief description of the nature of the call, for example, "Video call with Jane Doe."

-remarks

An app can use the CallTitle property to briefly describe the call. This call description is also called the accessible name and is provided to screen readers to describe your app when it runs on the lock screen. Don't include the name of your app in the accessible name; the operating system automatically includes the name of your app in the accessible name and provides that to the screen reader. The recommended form of the accessible name includes the mode of communication (video or audio) and the name of the other party. Here are some examples:

  • Video call with Jane Doe
  • Audio call with Jane Doe
  • Video call with Jane Doe and three others

-examples

-see-also

-capabilities

phoneCallHistory, phoneCallHistorySystem