Hiyve Components - v1.0.0
    Preparing search index...

    Variable defaultLocalVideoTileLabelsConst

    defaultLocalVideoTileLabels: LocalVideoTileLabels = ...

    Default English labels for LocalVideoTile component. Use these as a reference when creating localized label objects.

    import { defaultLocalVideoTileLabels } from '@hiyve/react-ui';

    // Create German labels
    const germanLabels = {
    ...defaultLocalVideoTileLabels,
    flipVideo: 'Video spiegeln',
    recording: 'AUFN',
    localUserSuffix: '(Du)'
    };