Const
Default English labels for LocalVideoTile component. Use these as a reference when creating localized label objects.
import { defaultLocalVideoTileLabels } from '@hiyve/react-ui';// Create German labelsconst germanLabels = { ...defaultLocalVideoTileLabels, flipVideo: 'Video spiegeln', recording: 'AUFN', localUserSuffix: '(Du)'}; Copy
import { defaultLocalVideoTileLabels } from '@hiyve/react-ui';// Create German labelsconst germanLabels = { ...defaultLocalVideoTileLabels, flipVideo: 'Video spiegeln', recording: 'AUFN', localUserSuffix: '(Du)'};
Default English labels for LocalVideoTile component. Use these as a reference when creating localized label objects.