ScreenShareButtonStrings interface

Strings of ScreenShareButton that can be overridden.

Properties

offLabel

Label when button is off.

onLabel

Label when button is on.

tooltipDisabledContent
  • Tooltip content when the button is disabled.
tooltipOffContent

Tooltip content when the button is off.

tooltipOnContent

Tooltip content when the button is on.

Property Details

offLabel

Label when button is off.

offLabel: string

Property Value

string

onLabel

Label when button is on.

onLabel: 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