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:
 property Platform::String ^ CallTitle { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CallTitle();

void CallTitle(winrt::hstring value);
public string CallTitle { get; set; }
var string = lockScreenCallUI.callTitle;
lockScreenCallUI.callTitle = string;
Public Property CallTitle As String

Property Value

String

Platform::String

winrt::hstring

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