<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [ConnectionStateTypes](./smwebsdk.connectionstatetypes.md)

## ConnectionStateTypes enum


**Signature:**

```typescript
export declare enum ConnectionStateTypes 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  Connected | <code>&quot;Connected&quot;</code> |  |
|  ConnectingToDigitalPerson | <code>&quot;ConnectingToDigitalPerson&quot;</code> |  |
|  Disconnected | <code>&quot;Disconnected&quot;</code> |  |
|  DownloadingAssets | <code>&quot;DownloadingAssets&quot;</code> |  |
|  SearchingForDigitalPerson | <code>&quot;SearchingForDigitalPerson&quot;</code> |  |

