OdinRoomConnectionStateChangeReason
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public enum OdinRoomConnectionStateChangeReason
Reason of connection state
Properties
Name | Type | Description |
---|---|---|
ClientRequested | OdinRoomConnectionStateChangeReason | Connection state change was initiated by the user |
ServerRequested | OdinRoomConnectionStateChangeReason | Connection state change was initiated by the server (e.g. peer was kicked) |
ConnectionLost | OdinRoomConnectionStateChangeReason | Connection state change was caused by a timeout |