CameraButtonStrings interface
Strings of CameraButton that can be overridden.
Properties
camera |
Camera action turned off string for announcer |
camera |
Camera action turned on string for announcer |
camera |
description of camera button split button role |
camera |
Title of camera menu |
camera |
Tooltip of camera menu |
off |
Label when button is off. |
off |
Camera split button aria label for when button is disabled. |
on |
Label when button is on. |
on |
Camera split button aria label for when button is enabled. |
tooltip |
Tooltip content when the button is disabled. |
tooltip |
Tooltip content when the button is off. |
tooltip |
Tooltip content when the button is on. |
tooltip |
Tooltip content when the button is disabled due to video loading. |
Property Details
cameraActionTurnedOffAnnouncement
Camera action turned off string for announcer
cameraActionTurnedOffAnnouncement?: string
Property Value
string
cameraActionTurnedOnAnnouncement
Camera action turned on string for announcer
cameraActionTurnedOnAnnouncement?: string
Property Value
string
cameraButtonSplitRoleDescription
description of camera button split button role
cameraButtonSplitRoleDescription?: string
Property Value
string
cameraMenuTitle
Title of camera menu
cameraMenuTitle: string
Property Value
string
cameraMenuTooltip
Tooltip of camera menu
cameraMenuTooltip: string
Property Value
string
offLabel
Label when button is off.
offLabel: string
Property Value
string
offSplitButtonAriaLabel
Camera split button aria label for when button is disabled.
offSplitButtonAriaLabel?: string
Property Value
string
onLabel
Label when button is on.
onLabel: string
Property Value
string
onSplitButtonAriaLabel
Camera split button aria label for when button is enabled.
onSplitButtonAriaLabel?: 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
tooltipVideoLoadingContent
Tooltip content when the button is disabled due to video loading.
tooltipVideoLoadingContent?: string
Property Value
string