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

    Variable defaultLocalVideoTileColorsConst

    defaultLocalVideoTileColors: LocalVideoTileColors = ...

    Default color scheme for LocalVideoTile component. Matches the VideoTile color scheme for visual consistency.

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

    const customColors = {
    ...defaultLocalVideoTileColors,
    recordingIndicator: '#ff0000',
    streamingIndicator: '#00ff00'
    };