Member Junction
    Preparing search index...

    Coordinates collaborative whiteboard sync over a transport (the LiveKit data channel): debounces local change bursts into one outbound snapshot, and applies inbound snapshots while suppressing the echo that the load itself would otherwise trigger. Pure and transport-agnostic — the surface component owns the actual SendData/dataReceived wiring.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Applies a remote board snapshot, suppressing the echo the load triggers on SyncableBoard.Changed$.

      Parameters

      • json: string

        The JSON snapshot from another participant.

      Returns void

    • Starts listening for local board changes and emitting debounced snapshots.

      Returns void