Const
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'}; Copy
import { defaultLocalVideoTileColors } from '@hiyve/react-ui';const customColors = { ...defaultLocalVideoTileColors, recordingIndicator: '#ff0000', streamingIndicator: '#00ff00'};
Default color scheme for LocalVideoTile component. Matches the VideoTile color scheme for visual consistency.