ParticipantItemStrings interface
Strings of ParticipantItem that can be overridden.
Properties
display |
placeholder text for participants who does not have a display name |
is |
String shown when participant is me |
menu |
String shown when hovering over menu button |
muted |
Label for the muted icon in participant state stack |
remove |
Label for the remove button in participant menu |
sharing |
Label for the sharing icon in participant state stack |
Property Details
displayNamePlaceholder
placeholder text for participants who does not have a display name
displayNamePlaceholder?: string
Property Value
string
isMeText
String shown when participant is me
isMeText: string
Property Value
string
menuTitle
String shown when hovering over menu button
menuTitle: string
Property Value
string
mutedIconLabel
Label for the muted icon in participant state stack
mutedIconLabel: string
Property Value
string
removeButtonLabel
Label for the remove button in participant menu
removeButtonLabel: string
Property Value
string
sharingIconLabel
Label for the sharing icon in participant state stack
sharingIconLabel: string
Property Value
string