> For a complete documentation index, fetch https://docs.voximplant.ai/llms.txt

# WebSocketReadyState

## Values

<a id="closed" />

**`CLOSED`** `'closed'`

Connection is closed or cannot be opened.

---

<a id="closing" />

**`CLOSING`** `'closing'`

Connection is closing.

---

<a id="connecting" />

**`CONNECTING`** `'connecting'`

Connection is in the process.

---

<a id="open" />

**`OPEN`** `'open'`

Connection is open and ready to communicate.

---