Skip to main content

On Connection State Changed

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.

Inputs

NameTypeDescription
DelegatedelegateBind to a Bind to On Connection State Changed delegate node to get this event triggered once the room has been joined.

Outputs

NameTypeDescription
Execexec
Connection StateenumThe enum value of the connection state. Possible values are Disconnected, Disconnecting, Connecting, Connected.
RoomobjectThe Room object reference for which the connection changed event occured.