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 Bind to On Connection State Changed delegate node to handle this event for the specified room.
Name | Type | Description |
---|
Delegate | delegate | Bind to a Bind to On Connection State Changed delegate node to get this event triggered once the room has been joined. |
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. |