MicrophoneButtonStrings interface
Strings of MicrophoneButton that can be overridden.
Properties
| deep |
Noise Suppression turned off string for announcer |
| deep |
Noise Suppression turned on string for announcer |
| deep |
Title for deep noise suppression button |
| microphone |
Microphone action turned off string for announcer |
| microphone |
Microphone action turned on string for announcer |
| microphone |
Aria description for the microphone button |
| microphone |
Description of microphone button split button role |
| microphone |
Title of microphone menu |
| microphone |
Tooltip of microphone menu |
| microphone |
Title for primary action section of split button |
| off |
Label when button is off. |
| off |
Microphone split button aria label when mic is disabled. |
| off |
Primary action for the microphone when the microphone is muted. |
| on |
Label when button is on. |
| on |
Microphone split button aria label when mic is enabled. |
| on |
Primary action for the microphone when microphone is live. |
| 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
deepNoiseSuppressionOffAnnouncement
Noise Suppression turned off string for announcer
deepNoiseSuppressionOffAnnouncement?: string
Property Value
string
deepNoiseSuppressionOnAnnouncement
Noise Suppression turned on string for announcer
deepNoiseSuppressionOnAnnouncement?: string
Property Value
string
deepNoiseSuppressionTitle
Title for deep noise suppression button
deepNoiseSuppressionTitle?: string
Property Value
string
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
microphoneAriaDescription
Aria description for the microphone button
microphoneAriaDescription?: 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
microphonePrimaryActionSplitButtonTitle
Title for primary action section of split button
microphonePrimaryActionSplitButtonTitle?: 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
offSplitButtonMicrophonePrimaryAction
Primary action for the microphone when the microphone is muted.
offSplitButtonMicrophonePrimaryAction?: 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
onSplitButtonMicrophonePrimaryAction
Primary action for the microphone when microphone is live.
onSplitButtonMicrophonePrimaryAction?: 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