MicrophoneButtonStrings interface
Strings of MicrophoneButton that can be overridden.
Properties
microphone |
Microphone action turned off string for announcer |
microphone |
Microphone action turned on string for announcer |
microphone |
Description of microphone button split button role |
microphone |
Title of microphone menu |
microphone |
Tooltip of microphone menu |
off |
Label when button is off. |
off |
Microphone split button aria label when mic is disabled. |
on |
Label when button is on. |
on |
Microphone split button aria label when mic is enabled. |
speaker |
Title of speaker menu |
speaker |
Tooltip of speaker menu |
tooltip |
|
tooltip |
Tooltip content when the button is off. |
tooltip |
Tooltip content when the button is on. |
Property Details
microphoneActionTurnedOffAnnouncement
Microphone action turned off string for announcer
microphoneActionTurnedOffAnnouncement?: string
Property Value
string
microphoneActionTurnedOnAnnouncement
Microphone action turned on string for announcer
microphoneActionTurnedOnAnnouncement?: string
Property Value
string
microphoneButtonSplitRoleDescription
Description of microphone button split button role
microphoneButtonSplitRoleDescription?: string
Property Value
string
microphoneMenuTitle
Title of microphone menu
microphoneMenuTitle?: string
Property Value
string
microphoneMenuTooltip
Tooltip of microphone menu
microphoneMenuTooltip?: string
Property Value
string
offLabel
Label when button is off.
offLabel: string
Property Value
string
offSplitButtonAriaLabel
Microphone split button aria label when mic is disabled.
offSplitButtonAriaLabel?: string
Property Value
string
onLabel
Label when button is on.
onLabel: string
Property Value
string
onSplitButtonAriaLabel
Microphone split button aria label when mic is enabled.
onSplitButtonAriaLabel?: string
Property Value
string
speakerMenuTitle
Title of speaker menu
speakerMenuTitle?: string
Property Value
string
speakerMenuTooltip
Tooltip of speaker menu
speakerMenuTooltip?: string
Property Value
string
tooltipDisabledContent
- Tooltip content when the button is disabled.
tooltipDisabledContent?: string
Property Value
string
tooltipOffContent
Tooltip content when the button is off.
tooltipOffContent?: string
Property Value
string
tooltipOnContent
Tooltip content when the button is on.
tooltipOnContent?: string
Property Value
string