# UseCollaborationOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/hooks/useCollaboration.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/hooks/useCollaboration.ts#L64)

Options for the useCollaboration hook

## Properties

| Property | Type |
|---|---|
| `serverUrl` | `string` |
| `autoReconnect` | `boolean` |
| `maxReconnectAttempts` | `number` |
| `reconnectDelay` | `number` |
