The Shared Screen

Live boards: when the canvas is shared across rooms

A whiteboard that syncs in real time across every room changes what a meeting produces — and who gets to be in it.

01

What a live board actually is

A live board is a touch display whose drawing surface is shared simultaneously across rooms and remote participants. When someone draws a line, writes a word, or moves a sticky note on one screen, that change appears on every connected screen within moments. The canvas is not replicated after the session ends — it is shared as the session unfolds. Ink appears everywhere at once.

That single property reorganizes several assumptions about in-person meetings. The physical room stops being the sole source of truth. A participant joining ten minutes late can scroll back through what was built before they arrived rather than asking someone to reconstruct it. The artifact that once lived on a wall and was photographed at the end now persists in a form every contributor can return to, annotate, or export.

Live boards sit inside the broader unified communications stack — the same infrastructure that handles video, voice, and messaging. When they are treated as a first-class component of that stack rather than a peripheral accessory, distributed teams gain a shared spatial context that voice or chat alone cannot provide. The board becomes the meeting's memory, not just its backdrop.

A live interactive board driving an online lesson — the distributed canvas in practice.
02

Making live ink reliable

Real-time collaboration over a shared canvas depends on latency. Writing must echo back to the person holding the stylus in well under a second — most practitioners put the comfortable ceiling around 80 to 100 milliseconds end-to-end. Above that threshold, the hand and the mark feel disconnected, and the natural flow of writing breaks. Systems that treat the board as a document to be saved and synced periodically will not meet this bar.

Conflict handling matters whenever two people write in the same region at the same time. Robust implementations use operational transformation or conflict-free replicated data structures to merge simultaneous edits without either writer seeing their work overwritten or corrupted. The goal is that both contributions survive and appear in a coherent order, even if they arrived at the server in the wrong sequence.

Offline behavior is worth understanding before a session begins. When the link drops mid-meeting, a well-designed system continues to accept local input, queues the changes, and reconciles them when connectivity returns. A poorly designed one freezes the canvas or discards work silently. Teams running workshops in venues with unreliable networks should verify this behavior in advance rather than discover it during a session they cannot pause.

From the planning library — the maintained source set behind this guide: https://sites.google.com/emeryeps.com/metroclick-authority-hub/interactive-video-wall/live-board
03

Facilitating across locations

Distributed whiteboard sessions require more deliberate facilitation than their in-room equivalents. The first decision is who drives: one person with stylus control per phase, or open simultaneous editing. Neither is universally correct, but the choice should be explicit at the start. Ambiguity about who is allowed to write produces either a blank board or a chaotic one.

Narration matters more than most facilitators expect. Participants on audio-only connections — or those whose camera angle makes the board hard to read — depend on spoken description of what is being written. Saying "I'm adding a risk column on the right, first item is timeline" takes three seconds and keeps the room unified. Skipping it means a portion of the group is navigating by guesswork.

Exporting the artifact where the team actually works closes the loop. A board that ends its life as a screenshot attached to an email has already lost most of its value. Teams that export structured content into the project management or documentation tool the team uses daily find that the whiteboard session generates durable output rather than a record that fades within a week.

04

Where live boards earn their cost — and where they do not

Live boards reward recurring distributed rituals. A team running a daily standup, a fortnightly retro, or a quarterly planning session across locations will recover the setup and learning investment quickly. The cadence justifies building the habit, and the persistent canvas accumulates value across sessions — a retro board that references the previous one, a planning board that carries forward open items.

A team that whiteboarding twice a quarter across locations faces a different calculation. The cognitive overhead of onboarding participants to a shared canvas tool, managing permissions, and troubleshooting connectivity is real. For low-frequency sessions, that overhead does not amortize. A camera pointed at a physical dry-erase board, combined with a screen share, may serve them better — it is less capable but also far less fragile, and the people in the room can work in their preferred medium without adjustment.

The honest measure is session frequency multiplied by participant dispersion. When both are high, live boards solve a genuine problem elegantly. When either is low, the investment should be proportional to the actual need rather than the theoretical ceiling of what the technology can do.