Maps a symbolic overlay position to CSS-style edge coordinates.
This is used by display card components to anchor badges, audio indicators, or auxiliary overlays to a participant tile corner.
Overlay position options.
A partial coordinate object suitable for inline style application.
const style = getOverlayPosition({ position: 'bottomRight' });// style === { bottom: 0, right: 0 } Copy
const style = getOverlayPosition({ position: 'bottomRight' });// style === { bottom: 0, right: 0 }
Maps a symbolic overlay position to CSS-style edge coordinates.
This is used by display card components to anchor badges, audio indicators, or auxiliary overlays to a participant tile corner.