Const
Default render order for LocalVideoTile overlay elements. Elements listed first appear first (leftmost) when sharing the same position.
import { defaultLocalVideoTileOverlayOrder } from '@hiyve/react-ui';// Custom order with timer before indicatorconst customOrder = ['timer', 'indicator', 'mood', 'engagement', 'name', 'status', 'controls'];<LocalVideoTile overlayOrder={customOrder} /> Copy
import { defaultLocalVideoTileOverlayOrder } from '@hiyve/react-ui';// Custom order with timer before indicatorconst customOrder = ['timer', 'indicator', 'mood', 'engagement', 'name', 'status', 'controls'];<LocalVideoTile overlayOrder={customOrder} />
Default render order for LocalVideoTile overlay elements. Elements listed first appear first (leftmost) when sharing the same position.