LockScreenCallUI.CallTitle Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A brief description of the nature of the call, for example, "Video call with Jane Doe."
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|
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
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 |