CameraButtonStrings interface

Strings of CameraButton that can be overridden.

Properties

cameraActionTurnedOffAnnouncement

Camera action turned off string for announcer

cameraActionTurnedOnAnnouncement

Camera action turned on string for announcer

cameraButtonSplitRoleDescription

description of camera button split button role

cameraMenuTitle

Title of camera menu

cameraMenuTooltip

Tooltip of camera menu

offLabel

Label when button is off.

offSplitButtonAriaLabel

Camera split button aria label for when button is disabled.

onLabel

Label when button is on.

onSplitButtonAriaLabel

Camera split button aria label for when button is enabled.

tooltipDisabledContent

Tooltip content when the button is disabled.

tooltipOffContent

Tooltip content when the button is off.

tooltipOnContent

Tooltip content when the button is on.

tooltipVideoLoadingContent

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