On Connection State Changed

Handles Connection State Changed events which are called when the connection state changed (i.e. a disconnect to the server). Connect a
Inputs
| Name | Type | Description |
|---|---|---|
| Delegate | delegate | Bind to a |
Outputs
| Name | Type | Description |
|---|---|---|
| Exec | exec | |
| Connection State | enum | The enum value of the connection state. Possible values are Disconnected, Disconnecting, Connecting, Connected. |
| Room | object | The Room object reference for which the connection changed event occured. |