EndCallButtonStrings interface
Strings of EndCallButton that can be overridden.
Properties
| end |
Label for end the whole call option when ending call |
| label | Label of button |
| leave |
Label for leave option when ending call |
| tooltip |
Tooltip content. |
Property Details
endCallOption
Label for end the whole call option when ending call
endCallOption?: string
Property Value
string
label
Label of button
label: string
Property Value
string
leaveOption
Label for leave option when ending call
leaveOption?: string
Property Value
string
tooltipContent
Tooltip content.
tooltipContent?: string
Property Value
string