Workspace {workspaceId} - LeRobot Arena

🏠 Workspace Dashboard

Workspace: {workspaceId} | Manage robotics and video rooms

← All Workspaces
WORKSPACE DEBUG - {workspaceId}
Last Refresh: {debugInfo.lastRefresh}
Refresh Count: {debugInfo.refreshCount}
API Calls: {debugInfo.apiCalls}
Response Time: {debugInfo.responseTime}ms
Robotics Rooms: {roboticsRooms.length} | Video Rooms: {videoRooms.length} | Loading: {loading ? 'YES' : 'NO'}
{#if roboticsError || videoError}
{#if roboticsError}Robotics Error: {roboticsError}{/if} {#if videoError}Video Error: {videoError}{/if}
{/if}

🚀 Quick Actions

🤖 Robotics Rooms

View All
{#if roboticsError}

{roboticsError}

{:else if roboticsRooms.length === 0}
🤖

No robotics rooms yet

{:else}
{#each roboticsRooms.slice(0, 3) as room}

{room.id}

👥 {room.participants.total} participants

👁️ Monitor {#if !room.participants.producer} 🎮 Control {/if}
{/each} {#if roboticsRooms.length > 3} {/if}
{/if}

📹 Video Rooms

View All
{#if videoError}

{videoError}

{:else if videoRooms.length === 0}
📹

No video rooms yet

{:else}
{#each videoRooms.slice(0, 3) as room}

{room.id}

👥 {room.participants.total} participants {#if room.participants.producer} | 🔴 Streaming {/if}

📺 Watch {#if !room.participants.producer} 📹 Stream {/if}
{/each} {#if videoRooms.length > 3} {/if}
{/if}