Share via


CustomCallControlButtonStrings interface

Strings for CustomCallControlButtons

Properties

ariaDescription

Detailed description of the button for the benefit of screen readers.

ariaLabel

The aria label of the button for the benefit of screen readers.

label

Optional label for the button

tooltipContent

Text that is shown in Tooltip content

Property Details

ariaDescription

Detailed description of the button for the benefit of screen readers.

ariaDescription?: string

Property Value

string

ariaLabel

The aria label of the button for the benefit of screen readers.

ariaLabel?: string

Property Value

string

label

Optional label for the button

label?: string

Property Value

string

tooltipContent

Text that is shown in Tooltip content

tooltipContent?: string

Property Value

string