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 |
Aria description for camera button |
| camera |
description of camera button split button role |
| camera |
Title of camera menu |
| camera |
Tooltip of camera menu |
| camera |
Title for primary action section of split button |
| off |
Label when button is off. |
| off |
Camera split button aria label for when button is disabled. |
| off |
Primary action for when the camera is turned off |
| on |
Label when button is on. |
| on |
Camera split button aria label for when button is enabled. |
| on |
Primary action for when the camera is on |
| 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. |
| video |
Title for video effects menu item |
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
cameraButtonAriaDescription
Aria description for camera button
cameraButtonAriaDescription?: 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
cameraPrimaryActionSplitButtonTitle
Title for primary action section of split button
cameraPrimaryActionSplitButtonTitle?: 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
offSplitButtonPrimaryActionCamera
Primary action for when the camera is turned off
offSplitButtonPrimaryActionCamera?: 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
onSplitButtonPrimaryActionCamera
Primary action for when the camera is on
onSplitButtonPrimaryActionCamera?: 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
videoEffectsMenuItemTitle
Title for video effects menu item
videoEffectsMenuItemTitle?: string
Property Value
string