Pre-call lobby screen with device preview and name input.
Renders a centered card with optional device preview (from @hiyve/react-ui), a name input field, and a join button.
<PrebuiltLobby onJoin={(name) => joinRoom(name)} defaultName="Karl" showPreview/> Copy
<PrebuiltLobby onJoin={(name) => joinRoom(name)} defaultName="Karl" showPreview/>
Pre-call lobby screen with device preview and name input.
Renders a centered card with optional device preview (from @hiyve/react-ui), a name input field, and a join button.