OptionalrenderCustom renderer for the empty state (no remote participants). The local tile is still rendered; this adds an overlay.
Custom JSX for the empty state overlay
OptionalrenderCustom renderer for wrapping each tile. Use this to add badges, click handlers, or other decorations around tiles.
The participant's user ID ('local' for local tile)
Whether this is the local user's tile
The default tile content to render
Custom JSX wrapping or replacing the default content
Render props for advanced VideoGrid customization.
Remarks
Render props allow you to customize how tiles are rendered and add custom UI elements without modifying the core component.
Example
Example