Manage all WebRTC logic from inside one component (e.g. <Whiteboard/>
Standardize the "Press E to interact" hint (possibly in a <InteractionHint/>
Can constantly un-locking the pointer be avoided? For example, the Whiteboard could move from side to side underneath your cursor, instead of you moving your mouse / view.
Standardize using svelte/motion to interpolate network events (like in OnlinePlayer.svelte)
Key idea:
<Whiteboard/>
<InteractionHint/>
svelte/motion
to interpolate network events (like inOnlinePlayer.svelte
)