Const
Default English labels for the ParticipantList component.
Use this as a reference when creating localized label objects. All labels can be partially overridden using the labels prop.
labels
import { defaultParticipantListLabels } from '@hiyve/react-ui';// Create French labelsconst frenchLabels = { ...defaultParticipantListLabels, title: 'Participants', localUserSuffix: '(Vous)', emptyState: 'Aucun participant', roomOwner: 'PropriƩtaire',}; Copy
import { defaultParticipantListLabels } from '@hiyve/react-ui';// Create French labelsconst frenchLabels = { ...defaultParticipantListLabels, title: 'Participants', localUserSuffix: '(Vous)', emptyState: 'Aucun participant', roomOwner: 'PropriƩtaire',};
Default English labels for the ParticipantList component.