• Subscribe to other users' avatar transform updates.

    This can fire frequently; keep the handler cheap.

    Parameters

    • fn: ((event) => void)

      Handler that receives the transform update.

    Returns Unsubscribe

    A function that cancels the subscription. Call it on teardown.