Const
Default English labels for VideoTile component. Use these as a reference when creating localized label objects.
import { defaultVideoTileLabels } from '@hiyve/react-ui';// Create French labels starting from defaultsconst frenchLabels = { ...defaultVideoTileLabels, handRaised: 'Main levée', muted: 'Muet'}; Copy
import { defaultVideoTileLabels } from '@hiyve/react-ui';// Create French labels starting from defaultsconst frenchLabels = { ...defaultVideoTileLabels, handRaised: 'Main levée', muted: 'Muet'};
Default English labels for VideoTile component. Use these as a reference when creating localized label objects.