HoldButtonStrings interface
Strings for the hold button labels
Properties
| off |
Label for when action is to hold call. |
| on |
Label for when action is to resume call. |
| tooltip |
Content for when button is unchecked |
| tooltip |
Content for when button is checked |
Property Details
offLabel
Label for when action is to hold call.
offLabel?: string
Property Value
string
onLabel
Label for when action is to resume call.
onLabel?: string
Property Value
string
tooltipOffContent
Content for when button is unchecked
tooltipOffContent?: string
Property Value
string
tooltipOnContent
Content for when button is checked
tooltipOnContent?: string
Property Value
string