Share via


LockScreenCallUI.CallTitle Property

Definition

Deprecated. 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."

public string CallTitle { get; set; }

Property Value

String

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

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

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

Applies to

Product Versions
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100