We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05819d8 commit 9756e66Copy full SHA for 9756e66
src/pages/docs/chat/api/javascript/room.mdx
@@ -41,7 +41,7 @@ A `Room` is in one of the following states:
41
| `Detached` | The room is detached from Ably. |
42
| `Failed` | The room failed to attach to Ably. |
43
| `Suspended` | The room is suspended, and automatic reattachment has been temporarily disabled. |
44
-| `Releasing` | The room is in the process of releasing. |
+| `Releasing` | The room is in the process of releasing and is no long usable. |
45
| `Released` | The room is released and no longer usable. |
46
47
---
0 commit comments